Skip to content

Commit

Permalink
remove platform entry from the docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelfabianchinsamy committed Apr 12, 2024
1 parent 71099b3 commit 6646fbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ services:
- ./spec:/home/app/webapp/spec
networks:
- public
platform: linux/amd64
memcached:
image: memcached:1.4.31
networks:
- public
platform: linux/amd64
mysql:
environment:
MYSQL_DATABASE: metrics
Expand All @@ -30,7 +28,6 @@ services:
- "3309:3306"
networks:
- public
platform: linux/amd64
networks:
public:
driver: bridge
Expand Down

0 comments on commit 6646fbe

Please sign in to comment.