refact round 2
This commit is contained in:
@@ -8,6 +8,9 @@ services:
|
||||
- "2323:2323"
|
||||
environment:
|
||||
- WEBAPP_WIKIJS_TOKEN=${WEBAPP_WIKIJS_TOKEN}
|
||||
- MESSAGES_PATH=/data/messages.dat
|
||||
volumes:
|
||||
- bbs-messages:/data
|
||||
restart: always
|
||||
read_only: true
|
||||
tmpfs:
|
||||
@@ -15,4 +18,7 @@ services:
|
||||
cap_drop:
|
||||
- ALL
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
- no-new-privileges:true
|
||||
|
||||
volumes:
|
||||
bbs-messages:
|
||||
Reference in New Issue
Block a user