Expose port

This commit is contained in:
Marko Korhonen 2020-02-27 18:17:54 +02:00
parent 8b4e6a53c8
commit 72b9a4a30f

View file

@ -5,6 +5,8 @@ services:
image: nextcloud:apache image: nextcloud:apache
container_name: nextcloud container_name: nextcloud
restart: always restart: always
ports:
- "1869:80"
networks: networks:
- nextcloud - nextcloud
- proxy - proxy