Skip to content

Commit

Permalink
chore(infra): update local psql to 14 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
chohner committed Nov 20, 2023
1 parent fa45689 commit dc72016
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ services:
- strapiDB

strapiDB:
image: postgres:13.6
image: postgres:14-alpine
container_name: strapiDB
platform: linux/amd64 #for platform error on Apple M1 chips
restart: unless-stopped
env_file: .env
environment:
Expand Down

0 comments on commit dc72016

Please sign in to comment.