Fix service name in compose override
Services names should match between the config and the override file...
This commit is contained in:
parent
50b8dfd52d
commit
9b97ecdb58
2 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
# This file is generated by our Rakefile. Do not change it!
|
|
||||||
version: '2'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
web:
|
osem:
|
||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
CONTAINER_USERID: 13042
|
CONTAINER_USERID: 13042
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ services:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
CONTAINER_USERID: 1000
|
CONTAINER_USERID: 1000
|
||||||
command: /osem/bin/osem-init.sh
|
command: /osem/bin/osem-init.sh
|
||||||
depends_on:
|
depends_on:
|
||||||
- database
|
- database
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue