feat (compose): maj des volumes de docker-compose
This commit is contained in:
parent
afd5349a7c
commit
fc348943c8
|
@ -15,6 +15,8 @@ services:
|
|||
volumes:
|
||||
- ./src:/app/src
|
||||
- ./config:/app/config
|
||||
- ./translations:/app/translations
|
||||
- ./templates:/app/templates
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- $HOME/.ssh:/root/.host-ssh:ro
|
||||
tmpfs:
|
||||
|
|
Loading…
Reference in New Issue