fix: 变更服务器配置
This commit is contained in:
@@ -5,9 +5,9 @@ services:
|
||||
restart: always
|
||||
image: openjdk:11.0.12
|
||||
volumes:
|
||||
- /opt/app/material-manage-service/app.jar:/app.jar
|
||||
- /opt/app/material-manage-service/logs:/logs
|
||||
- /opt/files/material-manage-service:/files
|
||||
- ./app.jar:/app.jar
|
||||
- ./logs:/logs
|
||||
- ./files:/files
|
||||
- /etc/localtime:/etc/localtime
|
||||
ports:
|
||||
- "19882:9882"
|
||||
|
Reference in New Issue
Block a user