Allow for Custom Accessory Service Name

This commit is contained in:
Krzysztof Adamski
2024-02-15 11:12:18 +01:00
parent aea55480ad
commit b411356409
4 changed files with 7 additions and 3 deletions

View File

@@ -27,6 +27,7 @@ traefik:
image: registry:4443/traefik:v2.9
accessories:
busybox:
service: custom-busybox
image: registry:4443/busybox:1.36.0
cmd: sh -c 'echo "Starting busybox..."; trap exit term; while true; do sleep 1; done'
roles: