Update Home

2026-06-11 14:21:07 -04:00
parent fa27a984a2
commit 05efe49b19
+5 -22
@@ -32,26 +32,9 @@ Under the Traefik service change the following
`- /some/local/location/Portainer:/data`
phpmyadmin:
image: phpmyadmin/phpmyadmin
container_name: Database-WebUI
restart: unless-stopped
networks:
- web
environment:
- PMA_ARBITRARY=1
labels:
- traefik.backend=phpmyadmin
- traefik.http.routers.phpmyadmin.tls.certresolver=myresolver
- traefik.http.routers.phpmyadmin.rule=Host(`phpmyadmin.**domain.com**`)
- traefik.docker.network=web
- traefik.port=80
- traefik.port=443
volumes:
- phpmyadmin:/sessions
- **/some/local/location/**phpmyadmin/config.user.inc.php:/etc/phpmyadmin/config.user.inc.php
- **/some/local/location/**phpmyadmin/theme/:/www/themes/theme/
Under the PHPMYAdmin service edit the following
`- traefik.http.routers.phpmyadmin.rule=Host(`phpmyadmin.domain.com`)`
`- /some/local/location/phpmyadmin/config.user.inc.php:/etc/phpmyadmin/config.user.inc.php`
`- /some/local/location/phpmyadmin/theme/:/www/themes/theme/`
networks:
web:
external: true`