modified docker-compose

This commit is contained in:
Johan Koke 2021-09-25 16:21:44 +00:00
parent a437ea88f0
commit 9d7b91bd80
1 changed files with 2 additions and 2 deletions

View File

@ -36,8 +36,8 @@ services:
app: app:
container_name: ${appname} container_name: ${appname}
image: nextcloud:${nextcloud_tag} image: nextcloud:${nextcloud_tag}
# ports: ports:
# - 8889:80 - 8880:80
volumes: volumes:
- ./data/app:/var/www/html - ./data/app:/var/www/html
- ./data/config:/var/www/html/config - ./data/config:/var/www/html/config