Use %%IMAGE%% template tag in stack.yml
This commit is contained in:
parent
43b8c39221
commit
dd0b15ed3a
|
|
@ -4,8 +4,7 @@ version: '3.1'
|
|||
services:
|
||||
|
||||
mongo:
|
||||
image: mongo
|
||||
# image: %%IMAGE%%
|
||||
image: %%IMAGE%%
|
||||
restart: always
|
||||
environment:
|
||||
MONGO_INITDB_ROOT_USERNAME: root
|
||||
|
|
|
|||
Loading…
Reference in New Issue