+ 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

@ -71,6 +71,8 @@ services:
inbucket:
image: inbucket/inbucket
restart: always
expose:
- 2500
redis:
image: redis
restart: always