Skip to content

Commit

Permalink
Update the phpMyAdmin version in Docker and remove the auto-restart s…
Browse files Browse the repository at this point in the history
…o that containers do not start automatically
  • Loading branch information
alextselegidis committed Jul 5, 2023
1 parent 9a3c2e4 commit d084ad9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,14 @@ services:
- '8001:3306'

phpmyadmin:
image: 'phpmyadmin:5.2.0'
restart: always
image: 'phpmyadmin:5.2.1'
ports:
- '8002:80'
environment:
- 'PMA_HOST=mysql'

mailhog:
image: 'mailhog/mailhog:v1.0.1'
restart: always
ports:
- '8003:8025'
- '1025:1025'

0 comments on commit d084ad9

Please sign in to comment.