Skip to content

Commit

Permalink
Use random unassigned port for docker phpMyAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
fodor0205 committed Feb 25, 2024
1 parent 79c977f commit c1c3315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ services:
volumes:
- mysql-data:/var/lib/mysql

# phpMyAdmin accessible at http://localhost:8080
# phpMyAdmin accessible at http://localhost:11780
mysql-phpmyadmin:
image: phpmyadmin:5
ports:
- 8080:80
- 11780:80
environment:
- PMA_HOST=mysql-db
- PMA_USER=osmhu
Expand Down

0 comments on commit c1c3315

Please sign in to comment.