Skip to content

Commit

Permalink
fix platform on production docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Apr 12, 2024
1 parent 2f7579f commit c4bca10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
- ./redis-config/redis.conf:/usr/local/etc/redis/redis.conf
db:
image: "postgis/postgis:13-3.1-alpine"
platform: linux/x86_64
ports:
- "${DB_PORT:-5432}:${DB_PORT:-5432}"
environment:
Expand Down

0 comments on commit c4bca10

Please sign in to comment.