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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue