.
This commit is contained in:
parent
b1e21bf238
commit
3429f512b0
|
@ -4,6 +4,4 @@ sh $(dirname $0)/login.sh $1 "$2" \
|
|||
sigyl.stack.portainer_portainer/portainer-ce:2.0.0-alpine \
|
||||
&& sh $(dirname $0)/initialise-image.sh $1 \
|
||||
portainer/agent:2.0.0@sha256:8f994457bc32480bff351f0b1d371557238e69f5902037addfe76fa7bd930b9d \
|
||||
thisone
|
||||
|
||||
#sigyl.stack.portainer_portainer/agent:2.0.0
|
||||
sigyl.stack.portainer_portainer/agent:2.0.0
|
||||
|
|
|
@ -18,8 +18,7 @@ services:
|
|||
- appnet
|
||||
- externalnet
|
||||
portainer-agent:
|
||||
#image: ${LOCAL_DOCKER_REGISTRY}sigyl.stack.portainer_portainer/agent:2.0.0
|
||||
image: ${LOCAL_DOCKER_REGISTRY}thisone
|
||||
image: ${LOCAL_DOCKER_REGISTRY}sigyl.stack.portainer_portainer/agent:2.0.0
|
||||
environment:
|
||||
# REQUIRED: Should be equal to the service name prefixed by "tasks." when
|
||||
# deployed inside an overlay network
|
||||
|
|
Loading…
Reference in New Issue