Skip to content

Commit d269f68

Browse files
committed
use less specific image name to allow arm64 and depend on database
1 parent 2dc4764 commit d269f68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,14 @@ services:
7878

7979
phpmyadmin:
8080
container_name: cc-phpmyadmin
81+
depends_on:
82+
- database
8183
environment:
8284
MYSQL_ROOT_PASSWORD: root
8385
PMA_HOST: database
8486
PMA_PORT: 3306
8587
# https://hub.docker.com/_/phpmyadmin
86-
image: phpmyadmin/phpmyadmin
88+
image: phpmyadmin
8789
networks:
8890
- backend
8991
ports:

0 commit comments

Comments
 (0)