Fix service name in compose override
Services names should match between the config and the override file...
This commit is contained in:
parent
d832e9870b
commit
f15ca210bc
2 changed files with 2 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue