|
@@ -69,8 +69,8 @@ services:
|
|
context: ./ruoyi/gateway
|
|
context: ./ruoyi/gateway
|
|
dockerfile: dockerfile
|
|
dockerfile: dockerfile
|
|
network_mode: host
|
|
network_mode: host
|
|
- ports:
|
|
|
|
- - "9150:9150"
|
|
|
|
|
|
+ # ports:
|
|
|
|
+ # - "9150:9150"
|
|
volumes:
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/hosts:/etc/hosts
|
|
- /etc/hosts:/etc/hosts
|
|
@@ -85,8 +85,8 @@ services:
|
|
context: ./ruoyi/modules/system
|
|
context: ./ruoyi/modules/system
|
|
dockerfile: dockerfile
|
|
dockerfile: dockerfile
|
|
network_mode: host
|
|
network_mode: host
|
|
- ports:
|
|
|
|
- - "9886:9886"
|
|
|
|
|
|
+ #ports:
|
|
|
|
+ # - "9886:9886"
|
|
volumes:
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/hosts:/etc/hosts
|
|
- /etc/hosts:/etc/hosts
|