Streamline example app variable use
This commit is contained in:
parent
f7389dc8c3
commit
774f3f7c2e
4 changed files with 7 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
app:
|
||||
image: containous/whoami:{{ whoami_version }}
|
||||
image: {{ stack_image }}:{{ whoami_version }}
|
||||
networks:
|
||||
- "{{ docker_swarm_public_network_name }}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue