added mnt point
This commit is contained in:
parent
257faf11c5
commit
1378744346
@ -22,6 +22,7 @@
|
|||||||
lxc_cpu: 2
|
lxc_cpu: 2
|
||||||
lxc_memory: 2048
|
lxc_memory: 2048
|
||||||
lxc_swap: 1024
|
lxc_swap: 1024
|
||||||
|
lxc_mounts: '{"mp0":"/datapool/share,mp=/shared"}'
|
||||||
lxc_ssh_pub_key: ~/.ssh/id_ed25519_ansible.pub
|
lxc_ssh_pub_key: ~/.ssh/id_ed25519_ansible.pub
|
||||||
roles:
|
roles:
|
||||||
- lxc-container
|
- lxc-container
|
||||||
|
|||||||
@ -6,7 +6,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "445:445" # Optional: 139:139 for SMB over NetBIOS
|
- "445:445" # Optional: 139:139 for SMB over NetBIOS
|
||||||
volumes:
|
volumes:
|
||||||
- ./shared:/mount/shared
|
- /shared:/mount/shared
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
command: >
|
command: >
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user