use fully qualified registry names

This commit is contained in:
2025-11-07 09:56:24 +01:00
parent 232594af8e
commit d6a6cff4a9
3 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ services:
- "{{ portainer_legacy_port }}:9000"
- "{{ portainer_web_port }}:9443"
volumes:
- "podman.sock:/var/run/docker.sock"
- "/var/run/podman/podman.sock:/var/run/docker.sock"
- "{{ portainer_data_path }}:/data"
restart: always
@@ -20,6 +20,6 @@ services:
ports:
- "{{ portainer_agent_port }}:9001"
volumes:
- "podman.sock:/var/run/docker.sock"
- "/var/run/podman/podman.sock:/var/run/docker.sock"
- "{{ podman_data_mount_point }}:/var/lib/containers"
restart: always