We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee745d commit 2de40d1Copy full SHA for 2de40d1
docker-compose.yml
@@ -6,28 +6,12 @@ services:
6
restart: unless-stopped
7
ports:
8
- 3306:3306
9
- # volumes:
10
- # - "mysql_data:/var/lib/mysql"
11
environment:
12
MYSQL_ROOT_PASSWORD: 123456
13
container_name: mysql
14
tty: true
15
networks:
16
- net
17
- phpmyadmin:
18
- image: phpmyadmin
19
- restart: unless-stopped
20
- ports:
21
- - 8888:80
22
- environment:
23
- - PMA_ARBITRARY=1
24
- container_name: phpmyadmin
25
- networks:
26
- - net
27
-
28
-# volumes:
29
-# mysql_data:
30
-# driver: local
31
32
33
net:
0 commit comments