fixed urbackup
This commit is contained in:
parent
aa8c0d5061
commit
ac1d817b38
@ -22,7 +22,7 @@
|
|||||||
lxc_cpu: 2
|
lxc_cpu: 2
|
||||||
lxc_memory: 2048
|
lxc_memory: 2048
|
||||||
lxc_swap: 1024
|
lxc_swap: 1024
|
||||||
lxc_mounts: '{"mp0":"lxc-docker-urbackup:2000,mp=/opt/urbackup"}'
|
lxc_mounts: '{"mp0":"docker-urbackup:2000,mp=/opt/urbackup"}'
|
||||||
lxc_ssh_pub_key: ~/.ssh/id_ed25519_ansible.pub
|
lxc_ssh_pub_key: ~/.ssh/id_ed25519_ansible.pub
|
||||||
roles:
|
roles:
|
||||||
- lxc-container
|
- lxc-container
|
||||||
|
|||||||
@ -17,15 +17,15 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
ports:
|
ports:
|
||||||
- '55413:55413' #FastCGI for web interface Incoming
|
- '55413:55413' #FastCGI for web interface Incoming
|
||||||
- '55414:55414' #HTTP web interface Incoming
|
- '80:55414' #HTTP web interface Incoming
|
||||||
- '55415:55415' #Internet clients Incoming
|
- '55415:55415' #Internet clients Incoming
|
||||||
- '35623:35623'
|
- '35623:35623'
|
||||||
|
|
||||||
#network_mode: "host"
|
#network_mode: "host"
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
devices:
|
#devices:
|
||||||
- /dev/zfs:/dev/zfs
|
# - /dev/zfs:/dev/zfs
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user