Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cbirkenbeul committed Jul 14, 2019
2 parents 76f9767 + 7ebb2c9 commit 07f066c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nextcloud/docker-compose_rpi-nextcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ services:
container_name: nextcloud-db
restart: always
volumes:
- /var/docker/nextcloud/database:/var/lib/mysql
- /var/docker/nextcloud/database_var:/var/lib/mysql
- /var/docker/nextcloud/database_config:/config
environment:
- TZ=Europe/Berlin
- PUID=1000
Expand Down Expand Up @@ -57,4 +58,4 @@ networks:
external:
name: traefik_proxy
default:
driver: bridge
driver: bridge

0 comments on commit 07f066c

Please sign in to comment.