version6
This commit is contained in:
@@ -374,6 +374,7 @@ services:
|
||||
# 挂载 Docker 卷用于持久化
|
||||
- web-property-data:/MicroCommunityWeb
|
||||
- web-property-conf:/etc/nginx
|
||||
- web-property-logs:/var/log/
|
||||
environment:
|
||||
TZ: Asia/Bangkok
|
||||
networks:
|
||||
@@ -571,6 +572,12 @@ volumes:
|
||||
type: none
|
||||
device: ${VOLUMES_USE}/web-property-conf
|
||||
o: bind
|
||||
web-property-logs:
|
||||
driver: local
|
||||
driver_opts:
|
||||
type: none
|
||||
device: ${VOLUMES_USE}/web-property-logs
|
||||
o: bind
|
||||
|
||||
web-property-staff-data:
|
||||
driver: local
|
||||
|
||||
Reference in New Issue
Block a user