Fixed backend connection to new db

This commit is contained in:
frikky
2021-08-11 14:16:59 +02:00
parent 215078f314
commit 50b724f47c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ services:
depends_on:
- backend
backend:
build: ./backend
#build: ./backend
image: ghcr.io/frikky/shuffle-backend:nightly
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}