Skip to content

Commit

Permalink
Support for arm64; Remove depreciated version
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelUtkarsh authored Nov 13, 2024
1 parent f2a67e9 commit 5d84872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.6'

services:

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

phpmyadmin:
image: phpmyadmin/phpmyadmin:5.2.1
platform: linux/amd64
depends_on:
- db
environment:
Expand All @@ -74,6 +73,7 @@ services:
# Review Xdebug profiling data.
webgrind:
image: jokkedk/webgrind:latest
platform: linux/amd64
volumes:
- webgrind_data:/tmp
environment:
Expand Down

0 comments on commit 5d84872

Please sign in to comment.