Skip to content

Commit ab2142c

Browse files
committed
chore: docker remove platform
1 parent 83d5d34 commit ab2142c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ version: '3'
33
services:
44
tests:
55
container_name: tests
6-
#platform: linux/arm64
76
tty: true
87
build:
98
context: .
@@ -17,7 +16,6 @@ services:
1716

1817
mysql:
1918
container_name: mysql
20-
#platform: linux/arm64
2119
image: mysql:8.0
2220
ports:
2321
- "3306:3306"
@@ -28,7 +26,6 @@ services:
2826

2927
mongodb:
3028
container_name: mongodb
31-
#platform: linux/arm64
3229
image: mongo:latest
3330
ports:
3431
- "27017:27017"

0 commit comments

Comments
 (0)