Skip to content

Commit

Permalink
Adding platform line to compose
Browse files Browse the repository at this point in the history
  • Loading branch information
dkolkena committed Oct 20, 2023
1 parent 5dea52d commit d606dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ cat > docker-compose.yml <<EOF
version: "2"
services:
talk:
platform: linux/amd64
image: coralproject/talk:7
restart: always
ports:
Expand Down
1 change: 1 addition & 0 deletions server/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: "3.7"
services:
jobs:
platform: linux/amd64
image: coralproject/talk:7
restart: always
ports:
Expand Down

0 comments on commit d606dda

Please sign in to comment.