packer-builds

Packer Builds for LXC and Libvirt
git clone https://git.in0rdr.ch/packer-builds.git
Log | Files | Refs | Pull requests | README

nextcloud-config (561B)


      1 # Distribution configuration
      2 lxc.arch = armv7l
      3 
      4 # Container specific configuration
      5 lxc.include = /usr/share/lxc/config/common.conf
      6 lxc.hook.start-host = /usr/share/lxc/hooks/systemd-workaround
      7 
      8 # Network configuration
      9 lxc.net.0.type = veth
     10 lxc.net.0.link = br-lan
     11 lxc.net.0.flags = up
     12 lxc.net.0.name = eth0
     13 
     14 # Nextcloud data dir
     15 # * https://wiki.debian.org/LXC#External_mounts_inside_the_container
     16 # * https://linuxcontainers.org/lxc/manpages/man5/lxc.container.conf.5.html
     17 lxc.mount.entry=/srv/www/nextcloud/data var/www/nextcloud/data none bind,create=dir 0 0