Skip to content

Commit

Permalink
Added platform to postgres-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlawrimore committed Dec 20, 2024
1 parent 11f9ef0 commit 8f11c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/postgres-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
services:
postgres:
platform: linux/amd64
image: postgres:15
container_name: postgres_db
env_file: "../.env"
Expand Down

0 comments on commit 8f11c26

Please sign in to comment.