Fixed docker-compose

This commit is contained in:
frikky
2020-09-29 19:52:26 +02:00
parent f371d67f03
commit 03f0f4fe39
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ services:
depends_on:
- backend
backend:
build: ./backend
#build: ./backend
image: frikky/shuffle:backend
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}