fixed urbackup
This commit is contained in:
parent
aa8c0d5061
commit
ac1d817b38
@ -22,7 +22,7 @@
|
||||
lxc_cpu: 2
|
||||
lxc_memory: 2048
|
||||
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
|
||||
roles:
|
||||
- lxc-container
|
||||
|
||||
@ -17,15 +17,15 @@ services:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- '55413:55413' #FastCGI for web interface Incoming
|
||||
- '55414:55414' #HTTP web interface Incoming
|
||||
- '80:55414' #HTTP web interface Incoming
|
||||
- '55415:55415' #Internet clients Incoming
|
||||
- '35623:35623'
|
||||
|
||||
#network_mode: "host"
|
||||
networks:
|
||||
- default
|
||||
devices:
|
||||
- /dev/zfs:/dev/zfs
|
||||
#devices:
|
||||
# - /dev/zfs:/dev/zfs
|
||||
|
||||
networks:
|
||||
default:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user