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