Skip to content

Commit 24f4a8f

Browse files
authored
Merge pull request #49 from lbajsarowicz/docs/add-phpmyadmin-service
docs: add phpMyAdmin to global services documentation
2 parents 113d5dc + cc22f6e commit 24f4a8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ After running `warden svc up` for the first time following installation, the fol
66
* [https://portainer.warden.test/](https://portainer.warden.test/)
77
* [https://dnsmasq.warden.test/](https://dnsmasq.warden.test/)
88
* [https://webmail.warden.test/](https://webmail.warden.test/)
9+
* [https://phpmyadmin.warden.test/](https://phpmyadmin.warden.test/)
910

1011
## Customizable Settings
1112

@@ -16,6 +17,7 @@ The following options are available (with default values indicated):
1617
* `TRAEFIK_LISTEN=127.0.0.1` may be set to `0.0.0.0` for example to have Traefik accept connections from other devices on the local network.
1718
* `WARDEN_RESTART_POLICY=always` may be set to `no` to prevent Docker from restarting these service containers or any other valid [restart policy](https://docs.docker.com/config/containers/start-containers-automatically/#use-a-restart-policy) value.
1819
* `WARDEN_SERVICE_DOMAIN=warden.test` may be set to a domain of your choosing if so desired. Please note that this will not currently change network settings or alter `dnsmasq` configuration. Any TLD other than `test` will require DNS resolution be manually configured.
20+
* `WARDEN_PHPMYADMIN_ENABLE=1` may be set to `0` to disable the phpMyAdmin global service.
1921

2022
:::{warning}
2123
Setting ``TRAEFIK_LISTEN=0.0.0.0`` can be quite useful in some cases, but be aware that causing Traefik to listen for requests publicly poses a security risk when on public WiFi or networks otherwise outside of your control.

0 commit comments

Comments
 (0)