mirror of
https://github.com/knadh/listmonk.git
synced 2025-01-15 02:39:29 +08:00
feat: docker compose use alpine for postgres (#1603)
This commit is contained in:
parent
52ee79bf86
commit
2ce2a11c7e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ x-app-defaults: &app-defaults
|
||||||
- TZ=Etc/UTC
|
- TZ=Etc/UTC
|
||||||
|
|
||||||
x-db-defaults: &db-defaults
|
x-db-defaults: &db-defaults
|
||||||
image: postgres:13
|
image: postgres:13-alpine
|
||||||
ports:
|
ports:
|
||||||
- "9432:5432"
|
- "9432:5432"
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in a new issue