add to network
All checks were successful
Deploy Containers / Prepare (push) Successful in 21s

This commit is contained in:
2025-11-27 14:00:54 -05:00
parent a04a4ebded
commit 7b384c6358

View File

@@ -26,6 +26,8 @@
image: image:
name: phpmyadmin name: phpmyadmin
tag: latest tag: latest
networks:
- name: "{{ docker_network_name }}"
labels: labels:
traefik.enable: "true" traefik.enable: "true"
traefik.http.routers.pma.rule: Host(`pma.landite.games`) traefik.http.routers.pma.rule: Host(`pma.landite.games`)