mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
refactor: use different path inside container
This commit is contained in:
@@ -7,9 +7,16 @@ services:
|
||||
dockerfile: Dockerfile.dev
|
||||
container_name: ironmount
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
- SYS_ADMIN
|
||||
- SYS_MODULE
|
||||
# security_opt:
|
||||
# - apparmor:unconfined
|
||||
volumes:
|
||||
- ./:/ironmount
|
||||
- /run/docker/plugins:/run/docker/plugins
|
||||
- ./tmp:/tmp/ironmount
|
||||
|
||||
- /home/nicolas/ironmount/tmp:/mounts
|
||||
environment:
|
||||
- GO_ENV=development
|
||||
- VOLUME_ROOT=/home/nicolas/ironmount/tmp
|
||||
|
||||
Reference in New Issue
Block a user