vn-autoconfig/docker-compose.yml

10 lines
160 B
YAML
Raw Normal View History

2020-01-15 10:25:33 +00:00
version: '3.7'
services:
2020-01-28 14:08:01 +00:00
main:
2020-01-15 10:25:33 +00:00
image: registry.verdnatura.es/vn-autoconfig
build:
context: .
dockerfile: Dockerfile
ports:
- 80