Change docker compose port
This commit is contained in:
parent
9670536d08
commit
2330fec9c7
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user