Expose port

This commit is contained in:
Marko Korhonen 2020-02-27 18:17:54 +02:00
parent 529fdbe6ef
commit 3e34430218
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

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