Skip to content

Commit

Permalink
Merge pull request #20 from startersclan/fix/fix-phpmyadmin-image-in-…
Browse files Browse the repository at this point in the history
…docker-compose.example.yml

Fix: Fix phpmyadmin image in docker-compose.example.yml
  • Loading branch information
leojonathanoh authored Sep 30, 2022
2 parents 48ccaf5 + 200a0a8 commit 5c35371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ services:
restart: unless-stopped

phpmyadmin:
image: phpmyadmin:5.2-fpm-alpine
image: phpmyadmin:5.2
environment:
# - PMA_ABSOLUTE_URI=https://phpmyadmin.example.com # Enable this if behind a reverse proxy
- PMA_HOST=db
Expand Down

0 comments on commit 5c35371

Please sign in to comment.