Skip to content

Commit

Permalink
fix: remove linux/amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jan 4, 2024
1 parent 2e3d363 commit 58c9213
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ version: "3.9"
services:
# local-auth:
# image: ghcr.io/isd-sgcu/johnjud-auth
# platform: linux/amd64
# container_name: auth
# depends_on:
# - local-db
Expand All @@ -19,7 +18,6 @@ services:

# local-backend:
# image: ghcr.io/isd-sgcu/johnjud-backend
# platform: linux/amd64
# container_name: backend
# depends_on:
# - local-db
Expand All @@ -35,7 +33,6 @@ services:

local-file:
image: ghcr.io/isd-sgcu/johnjud-file
platform: linux/amd64
container_name: file
depends_on:
- local-db
Expand Down

0 comments on commit 58c9213

Please sign in to comment.