Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
platform: linux/amd64 - Docker on M1 now works! Closes #603
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed May 26, 2021
1 parent 8f24d4d commit 4d2e44c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ services:
POSTGRES_PASSWORD: postgres
web:
container_name: vial
platform: linux/amd64
build:
context: .
dockerfile: Dockerfile.dev
Expand All @@ -32,6 +33,7 @@ services:
- migrations
- database
migrations:
platform: linux/amd64
build:
context: .
dockerfile: Dockerfile.dev
Expand Down

0 comments on commit 4d2e44c

Please sign in to comment.