mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
notification-server logs dir
This commit is contained in:
parent
866faf88f1
commit
f9b601a6ff
|
|
@ -6,6 +6,7 @@ services:
|
|||
restart: always
|
||||
volumes:
|
||||
- ${NOTIFICATION_SERVER_VOLUME:-/opt/notification-data}:/shared
|
||||
- ${NOTIFICATION_SERVER_VOLUME:-/opt/notification-data}/logs:/shared/logs
|
||||
# ports:
|
||||
# - "8083:8083"
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ services:
|
|||
restart: always
|
||||
volumes:
|
||||
- ${NOTIFICATION_SERVER_VOLUME:-/opt/notification-data}:/shared
|
||||
- ${NOTIFICATION_SERVER_VOLUME:-/opt/notification-data}/logs:/shared/logs
|
||||
ports:
|
||||
- "8083:8083"
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in New Issue