Template tag does not work in yaml file -- removed it.
This commit is contained in:
parent
dd0b15ed3a
commit
3a01591e2c
|
|
@ -4,7 +4,7 @@ version: '3.1'
|
||||||
services:
|
services:
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: %%IMAGE%%
|
image: mongo
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
MONGO_INITDB_ROOT_USERNAME: root
|
MONGO_INITDB_ROOT_USERNAME: root
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue