Skip to content

Commit

Permalink
Regenerate iginition config using new compose
Browse files Browse the repository at this point in the history
  • Loading branch information
studioph committed Jan 5, 2025
1 parent 18fe108 commit d2bbd9c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions 18-c0-4d-e0-80-28/ignition.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,16 @@
}
},
{
"path": "/opt/docker-compose/portainer.yml",
"path": "/opt/docker/compose/portainer.yaml",
"contents": {
"source": "https://raw.githubusercontent.com/studioph/compose/master/portainer.yml"
"source": "https://raw.githubusercontent.com/studioph/compose/master/portainer.yaml"
}
},
{
"path": "/opt/bin/docker-compose",
"path": "/usr/local/lib/docker/cli-plugins/docker-compose",
"contents": {
"source": "https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64"
},
"mode": 493
}
},
{
"overwrite": true,
Expand Down Expand Up @@ -126,7 +125,7 @@
"name": "[email protected]"
},
{
"contents": "[Unit]\nDescription=Initialize Portainer\nAfter=docker.service\nRequires=docker.service\n\n[Service]\nEnvironment=\"COMPOSE_PROJECT_NAME=portainer\"\nEnvironment=\"COMPOSE_FILE=/opt/docker-compose/portainer.yml\"\nExecStart=/opt/bin/docker-compose up --detach\nUser=core\nGroup=core\n\n[Install]\nWantedBy=multi-user.target\n",
"contents": "[Unit]\nDescription=Initialize Portainer\nAfter=docker.service\nRequires=docker.service\n\n[Service]\nEnvironment=\"COMPOSE_PROJECT_NAME=portainer\"\nEnvironment=\"COMPOSE_FILE=/opt/docker/compose/portainer.yaml\"\nExecStart=docker compose up --detach\nUser=core\nGroup=core\n\n[Install]\nWantedBy=multi-user.target\n",
"enabled": true,
"name": "portainer.service"
},
Expand Down

0 comments on commit d2bbd9c

Please sign in to comment.