Skip to content

Commit 2de40d1

Browse files
committed
chore: update docker-compose.yml
1 parent 5ee745d commit 2de40d1

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

docker-compose.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,12 @@ services:
66
restart: unless-stopped
77
ports:
88
- 3306:3306
9-
# volumes:
10-
# - "mysql_data:/var/lib/mysql"
119
environment:
1210
MYSQL_ROOT_PASSWORD: 123456
1311
container_name: mysql
1412
tty: true
1513
networks:
1614
- 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
3115

3216
networks:
3317
net:

0 commit comments

Comments
 (0)