Fix service name in compose override

Services names should match between the config and the override file...
This commit is contained in:
Henne Vogelsang 2019-01-29 21:22:19 +01:00
parent 50b8dfd52d
commit 9b97ecdb58
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,6 @@
# This file is generated by our Rakefile. Do not change it!
version: '2'
services:
web:
osem:
build:
args:
CONTAINER_USERID: 13042

View file

@ -10,7 +10,7 @@ services:
context: .
args:
CONTAINER_USERID: 1000
command: /osem/bin/osem-init.sh
command: /osem/bin/osem-init.sh
depends_on:
- database
ports: