Skip to content

Commit

Permalink
feat(docker): added version postgres for pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislas Girard committed Apr 8, 2021
1 parent 735e557 commit c3e95fc
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 @@ -142,7 +142,7 @@ services:
restart: unless-stopped

postgres:
image: postgres:${POSTGRES_VERSION}-alpine
image: postgres:13-alpine
container_name: ${NAMESPACE}-postgres
# ports:
# - "${POSTGRES_PORT}:${POSTGRES_PORT}"
Expand Down

0 comments on commit c3e95fc

Please sign in to comment.