add mysql to nginx network group
This commit is contained in:
@@ -12,3 +12,11 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 3090:3306
|
- 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