added mnt point

This commit is contained in:
Tobias Lehmann 2025-07-21 09:45:01 +02:00
parent 257faf11c5
commit 1378744346
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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: >