Files
nextcloud/conf/docker-compose.prod.yml
T
2017-12-19 16:33:48 +01:00

17 lines
202 B
YAML

version: '3'
services:
nextcloud:
ports:
- "80:8888"
networks:
- default
- frontnginx_front
networks:
default:
driver: bridge
frontnginx_front:
external: true