Change docker compose port

This commit is contained in:
Isaac Shoebottom 2024-09-19 10:55:37 -03:00
parent 9670536d08
commit 2330fec9c7

View File

@ -21,7 +21,7 @@ services:
image: nextcloud:apache image: nextcloud:apache
restart: always restart: always
ports: ports:
- 8080:80 - 8090:80
volumes: volumes:
- /docker/appdata/nextcloud/nextcloud:/var/www/html - /docker/appdata/nextcloud/nextcloud:/var/www/html
environment: environment: