Change Nextcloud port.
This commit is contained in:
parent
48cab571c3
commit
52a26dd03e
|
@ -5,7 +5,7 @@ services:
|
||||||
image: nextcloud:latest
|
image: nextcloud:latest
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
ports:
|
ports:
|
||||||
- 8080:80
|
- 8000:80
|
||||||
volumes:
|
volumes:
|
||||||
- .:/var/www/html
|
- .:/var/www/html
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in New Issue