Skip to content

Commit 5d84872

Browse files
authored
Support for arm64; Remove depreciated version
1 parent f2a67e9 commit 5d84872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.6'
2-
31
services:
42

53
# Route HTTP requests to specific containers based on the HTTP_HOST header.
@@ -52,6 +50,7 @@ services:
5250

5351
phpmyadmin:
5452
image: phpmyadmin/phpmyadmin:5.2.1
53+
platform: linux/amd64
5554
depends_on:
5655
- db
5756
environment:
@@ -74,6 +73,7 @@ services:
7473
# Review Xdebug profiling data.
7574
webgrind:
7675
image: jokkedk/webgrind:latest
76+
platform: linux/amd64
7777
volumes:
7878
- webgrind_data:/tmp
7979
environment:

0 commit comments

Comments
 (0)