Add volumes
This commit is contained in:
parent
87ecf16f63
commit
bec5b584af
|
@ -9,7 +9,8 @@ services:
|
|||
- private
|
||||
hostname: docker
|
||||
volumes:
|
||||
- ${HOME}/services/nextcloud:/source/nextcloud:ro
|
||||
- ${HOME}/services:/source/services:ro
|
||||
- /mnt/nextcloud_data:/mnt/nextcloud_data:ro
|
||||
- /etc:/source/etc:ro
|
||||
environment:
|
||||
RUN_ON_STARTUP: 'true'
|
||||
|
|
Loading…
Reference in New Issue