Skip to content

Commit

Permalink
remove platform
Browse files Browse the repository at this point in the history
  • Loading branch information
teslajoy authored Mar 9, 2023
1 parent 74fa04d commit 7e344da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ version: '3'
services:

<workflow-service-A>:
platform: linux/amd64
build:
context: .
volumes:
- /opt/data/input/:/app/data/input
- /opt/data/output/:/app/data/output
entrypoint: ["/bin/bash"]

0 comments on commit 7e344da

Please sign in to comment.