fix: OCI image doesn't exist, so changed
Some checks failed
Update Traefik Version / update-version (pull_request) Failing after 46s
Some checks failed
Update Traefik Version / update-version (pull_request) Failing after 46s
This commit is contained in:
@@ -10,10 +10,11 @@ driver:
|
|||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
- name: instance
|
- name: instance
|
||||||
image: ghcr.io/geerlingguy/docker-debian12-ansible:latest
|
image: docker.io/geerlingguy/docker-debian12-ansible:latest
|
||||||
pre_build_image: true
|
pre_build_image: true
|
||||||
privileged: true
|
privileged: true
|
||||||
systemd: always
|
systemd: always
|
||||||
|
command: /usr/sbin/init
|
||||||
volumes:
|
volumes:
|
||||||
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
- /sys/fs/cgroup:/sys/fs/cgroup:rw
|
||||||
cgroupns_mode: host
|
cgroupns_mode: host
|
||||||
|
|||||||
Reference in New Issue
Block a user