use docker network name
All checks were successful
Deploy Containers / Prepare (push) Successful in 29s

This commit is contained in:
2025-11-19 10:38:38 -05:00
parent 8a04d9adaf
commit ecd7285ff7

View File

@@ -28,7 +28,7 @@
restart_policy: unless-stopped restart_policy: unless-stopped
networks: networks:
- name: wings - name: wings
- name: homelab - name: "{{ docker_network_name }}"
volumes: volumes:
- "/var/run/docker.sock:/var/run/docker.sock" - "/var/run/docker.sock:/var/run/docker.sock"
- "/etc/pterodactyl:/etc/pterodactyl" - "/etc/pterodactyl:/etc/pterodactyl"