modified docker-compose
This commit is contained in:
parent
a437ea88f0
commit
9d7b91bd80
|
@ -36,8 +36,8 @@ services:
|
|||
app:
|
||||
container_name: ${appname}
|
||||
image: nextcloud:${nextcloud_tag}
|
||||
# ports:
|
||||
# - 8889:80
|
||||
ports:
|
||||
- 8880:80
|
||||
volumes:
|
||||
- ./data/app:/var/www/html
|
||||
- ./data/config:/var/www/html/config
|
||||
|
|
Loading…
Reference in New Issue