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