1
0
Fork 0

Change Nextcloud port.

This commit is contained in:
Jonathan Chan 2020-12-29 18:38:48 +00:00
parent 48cab571c3
commit 52a26dd03e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
image: nextcloud:latest
container_name: nextcloud
ports:
- 8080:80
- 8000:80
volumes:
- .:/var/www/html
restart: always