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 d832e9870b
commit f15ca210bc
No known key found for this signature in database
GPG key ID: 9D6164C2955FADE0
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: