Add sudo rules for reudy to allow NOPASSWD systemctl reload for caddy and update panelctl.sh to use docker.io for image reference
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
2fdb2eb5a2
commit
c1aa44c04e
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ write_default_compose() {
|
||||||
cat >"${stack_dir}/compose.yaml" <<EOF
|
cat >"${stack_dir}/compose.yaml" <<EOF
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: traefik/whoami:latest
|
image: docker.io/traefik/whoami:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:${port}:80"
|
- "127.0.0.1:${port}:80"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue