mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
refactor: use rr actions/loader
refactor: use rr actions
This commit is contained in:
@@ -7,12 +7,11 @@ services:
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
- SYS_MODULE
|
||||
ports:
|
||||
- "3000:3000"
|
||||
privileged: true
|
||||
# privileged: true
|
||||
env_file:
|
||||
- path: .env.local
|
||||
- path: .env
|
||||
required: false
|
||||
# security_opt:
|
||||
# - apparmor:unconfined
|
||||
@@ -25,4 +24,4 @@ services:
|
||||
|
||||
- ./data:/data
|
||||
|
||||
# - /home/nicolas/ironmount/tmp:/mounts #//:rshared
|
||||
- /home/nicolas/ironmount/tmp:/mounts:rshared
|
||||
|
||||
Reference in New Issue
Block a user