Skip to content

Commit

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

0 comments on commit 91f1c9a

Please sign in to comment.