Skip to content

Commit

Permalink
docker-compose 파일 Apple silicon 대응 (#379)
Browse files Browse the repository at this point in the history
feat: platform config for apple silicon
  • Loading branch information
jyoo0515 authored Sep 5, 2024
1 parent f9466b5 commit 89c9b77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-server/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
services:
postgres:
platform: linux/amd64
image: postgis/postgis:14-3.4-alpine
restart: always
ports:
Expand All @@ -9,6 +10,7 @@ services:
POSTGRES_PASSWORD: test
POSTGRES_DB: scc_test
postgres-local:
platform: linux/amd64
image: postgis/postgis:14-3.4-alpine
restart: always
ports:
Expand Down

0 comments on commit 89c9b77

Please sign in to comment.