add mysql to nginx network group
This commit is contained in:
@@ -11,4 +11,12 @@ services:
|
||||
- MYSQL_ROOT_PASSWORD=wEskwd0CvRH7
|
||||
ports:
|
||||
- 3090:3306
|
||||
image: mysql:5.7
|
||||
image: mysql:5.7
|
||||
networks:
|
||||
nginx:
|
||||
aliases:
|
||||
- mysql
|
||||
|
||||
networks:
|
||||
nginx:
|
||||
external: true
|
||||
Reference in New Issue
Block a user