Use correct registry URL in docker-compose

This commit is contained in:
Jan Tuomi
2017-11-05 10:06:39 +02:00
parent 356038a622
commit 99788e8d47
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ services:
image: postgres
web:
build: .
image: 86.50.143.82:5000/web20
image: git.sahkoinsinoorikilta.fi:4567/vtmk/web2.0
command: ["bash", "-c", "cd /code && ./wait-for-it.sh db:5432 -- bash setup.sh --no-input --no-npm && python manage.py runserver 0.0.0.0:8080"]
ports:
- "8080:8080"