Private
Public Access
1
0

fix: pkg: the mailhog is crashed on development env #4

This commit is contained in:
2026-04-15 14:45:44 +02:00
parent 9a58bc9a5e
commit 573d409606

View File

@@ -90,7 +90,6 @@ services:
volumes: volumes:
- postfix_spool:/var/spool/postfix - postfix_spool:/var/spool/postfix
- ./docker/aliases:/tmp/aliases:ro - ./docker/aliases:/tmp/aliases:ro
entrypoint: sh -c 'newaliases 2>/dev/null || true; /init'
db: db:
image: postgres:${POSTGRES_VERSION:-18}-alpine image: postgres:${POSTGRES_VERSION:-18}-alpine
restart: unless-stopped restart: unless-stopped