Added database location to .env because of issue with OS X

This commit is contained in:
frikky
2020-06-01 08:48:05 +02:00
parent 611dcae8b3
commit 8cfbb39386
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ services:
- shuffle
restart: unless-stopped
volumes:
- /etc/shuffle:/etc/shuffle
- ${DB_LOCATION}:/etc/shuffle
backend:
#build: ./backend
image: frikky/shuffle:backend