Skip to content

Commit 034e417

Browse files
committed
Fix mysql version
1 parent 2c371ad commit 034e417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
mysql:
2424
condition: service_started
2525
mysql:
26-
image: mysql:8
26+
image: mysql:8.0
2727
restart: always
2828
environment:
2929
- MYSQL_ROOT_PASSWORD=password
@@ -48,4 +48,4 @@ networks:
4848
nginx_net:
4949
external: false
5050
backend_net:
51-
external: false
51+
external: false

0 commit comments

Comments
 (0)