We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6511e12 commit da1856cCopy full SHA for da1856c
README.md
@@ -38,7 +38,7 @@ docker service create \
38
--mount type=bind,source=/var/run/docker.sock,destination=/var/run/docker.sock \
39
--mount type=bind,source=/etc/docker/daemon.json,destination=/etc/docker/daemon.json \
40
--hostname {{.Service.Name}}-{{.Node.Hostname}} \
41
- --name ghcr.io/eidoslab/swarm-cpupin:1.0.2
+ --name ghcr.io/eidoslab/swarm-cpupin:1.0.3
42
```
43
44
Now, when you deploy swarm services with
0 commit comments