Skip to content

Commit 054898e

Browse files
committed
Update docker compose files
1 parent e293137 commit 054898e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

compose.override.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,12 @@ services:
3939
MP_SMTP_AUTH_ACCEPT_ANY: 1
4040
MP_SMTP_AUTH_ALLOW_INSECURE: 1
4141
###< symfony/mailer ###
42+
43+
phpmyadmin:
44+
image: phpmyadmin/phpmyadmin
45+
restart: unless-stopped
46+
environment:
47+
PMA_HOST: mysql
48+
PMA_PORT: 3306
49+
ports:
50+
- 8081:80

compose.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ services:
5151
- 3306:3306
5252
###< doctrine/doctrine-bundle ###
5353

54-
phpmyadmin:
55-
image: phpmyadmin/phpmyadmin
56-
restart: unless-stopped
57-
environment:
58-
PMA_HOST: mysql
59-
PMA_PORT: 3306
60-
ports:
61-
- 8081:80
62-
6354
volumes:
6455
caddy_data:
6556
caddy_config:

0 commit comments

Comments
 (0)