mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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'
|
||||
services:
|
||||
web:
|
||||
osem:
|
||||
build:
|
||||
args:
|
||||
CONTAINER_USERID: 13042
|
||||
|
|
|
|||
|
|
@ -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