Skip to content

Restart container with a different settings #40

Description

@satyrius

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions