Align volumes in step bootstrap

This commit is contained in:
2026-02-15 15:05:13 +00:00
parent 555a36dd7e
commit 7716e89259
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ systemd:
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/docker run --rm -v /var/home/core:/home/step -e STEPPATH=/home/step/.step smallstep/step-cli step ca bootstrap --team mtls --team-url "https://mrmeeb.co.uk/step/<>"
ExecStart=/usr/bin/docker run --rm -v /var/home/core:/var/home/core -e STEPPATH=/var/home/core/.step smallstep/step-cli step ca bootstrap --team mtls --team-url "https://mrmeeb.co.uk/step/<>"
ExecStart=/usr/bin/touch /var/lib/%N.stamp
[Install]