mirror of
https://github.com/johndoe6345789/docker-swarm-termina.git
synced 2026-04-24 13:45:01 +00:00
18 lines
329 B
Plaintext
18 lines
329 B
Plaintext
{
|
|
"schemaVersion": 2,
|
|
"dockerfilePath": "./Dockerfile",
|
|
"serviceUpdateOverride": {
|
|
"TaskTemplate": {
|
|
"ContainerSpec": {
|
|
"Mounts": [
|
|
{
|
|
"Type": "bind",
|
|
"Source": "/var/run/docker.sock",
|
|
"Target": "/var/run/docker.sock"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|