Skip to content

Commit

Permalink
feat: docker compose use alpine for postgres (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
relikd committed Nov 24, 2023
1 parent 52ee79b commit 2ce2a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ x-app-defaults: &app-defaults
- TZ=Etc/UTC

x-db-defaults: &db-defaults
image: postgres:13
image: postgres:13-alpine
ports:
- "9432:5432"
networks:
Expand Down

0 comments on commit 2ce2a11

Please sign in to comment.