+ root mariadb account default extra file

* pma and inbucket port presented in docker compose example file (do not use that for prod environment with this docker structure build)
This commit is contained in:
2024-11-20 15:36:12 +03:00
parent f3b9303754
commit 3faf8a698a
4 changed files with 10 additions and 0 deletions

View File

@ -55,10 +55,14 @@ services:
extends:
file: docker-compose.base.yml
service: pma
ports:
- "81:80"
inbucket:
extends:
file: docker-compose.base.yml
service: inbucket
ports:
- "82:9000"
dnsmasq:
restart: always
build: