Here is the sample deckgin.json I have.
{
"containers": {
"web": {
"image": "satyrius/my_web_project",
"port": ["2200:22", "8000:80"],
"mount": ["/var/log/my_web_project/nginx:/var/log/nginx"]
}
},
"clusters": {
"my": ["web"]
}
}
It works, and I have container running. I decided to change port mapping to
"port": ["2201:22", "8001:80"],
run decked restart but after restart container is still has old port mapping