data

Search

You can find the results of your search below.

Docker mailserver
54 Hits, Last modified:
1 virtual machine<sup>1</sup>, with a Maria mysql database<sup>2</sup>, this setup is for installation o... ne linux Docker image with s6-rc init using maria database. I toyed with sqlite and basically got it fu... ail server could be loaded on base metal. - The database requirements for a small mailserver with a fe... aliases is well within the capacity of the sqlite database. The use of a full multi user server / client
Nextcloud Container
52 Hits, Last modified:
of services to run; the main Nextcloud server, a database and Redis. In addition, there needs to be a p... ation:migrate]] Nextcloud to Docker. * uid: www-data / 33, gid: www-data / 33. This seems to be Debian standard. Alpine linux seems to use 82 for www-data. Just stick with uid/gid as per the image suppli
Reverse Proxy Server
10 Hits, Last modified:
sudo chown baumkp:baumkp traefik cd traefik mkdir data cd data touch acme.json chmod 600 acme.json touch traefik.yml cd ..</code> My traefik.yml locatation: ''/home/docker_store/traefik/data/traefik.yml''. The current TechnoTim one [[https:... \\ ====Generate and Install Godaddy DNS Challenge Data==== Sadly Godaddy does not make it as transparent
Docker Deluge Image / Service
6 Hits, Last modified:
ut on the firewall, details: *''ping au-per.pvdata.host'' * in ''/etc/nftables.conf'' under unde... 103.231.89.219 counter accept #Host: au-per.pvdata.host'' * where $lan is set to lan interfa... d 660 /dev/net/tun echo "103.231.89.219 au-mel.pvdata.host" >> /etc/hosts #This adds a PrivatVPN host to the host DNS echo "103.231.88.203 au-mel.pvdata.host" >> /etc/hosts #This adds a PrivatVPN host
Docker-Compose
5 Hits, Last modified:
lumes in Docker Compose]]) Example: Defines web_data volume: <code bash> docker volume create --driver... "/var/opt/my_website/dist" \ --opt o=bind web_data </code> docker-compose.yml file with a named volume web_data defined externally: <code yaml> version '3' volumes: web_data: external: true services: app: image:
Docker - DNS Server
1 Hits, Last modified:
' *''cat /var/bind/named_dump.db'' to see the database dump *''named-checkconf -l'' does this op
Docker init Systems
1 Hits, Last modified:
ocker_notes:docker-mailserver#mariadb|Mail server database and web interface (mariadb php nginx)]] *