file

Search

You can find the results of your search below.

Docker nginx / php notes
188 Hits, Last modified:
then trying IP TCP connectivity instead of socket file. To run and control nginx. * ''nginx'' to run.... down * ''reload'' to reload the configuration files * ''reopen'' to reopen the log files * ''nginx -t'' to test configuration * ''nginx -c //config_file//'' to start nginx with a non default config file
Nextcloud Container
73 Hits, Last modified:
.com/nextcloud/docker/tree/master/.examples/dockerfiles/cron/fpm-alpine|github nextcloud docker fpm-apline cron dockerfile examples]] ++tl;dr;|Today (2024-04-27) after upg... ree.net/doku.php?id=docker_notes:docker-nextcloud#file_integrity_check|file integrity error messages]]. This is the first time since moving to Nextcloud on D
Docker mailserver
66 Hits, Last modified:
lational Database Management Systems]] =====Dockerfile===== I go annoyed with the messy UID and GID and ... docker.com/engine/reference/builder/#volume|Dockerfile reference]] *[[https://docs.docker.com/storag... 1935435/understanding-volume-instruction-in-dockerfile|Understanding "VOLUME" instruction in DockerFile]] *[[https://superuser.com/questions/1167696/install
Reverse Proxy Server
28 Hits, Last modified:
no-tim/techno-tim.github.io/tree/master/reference_files/traefik-portainer-ssl|github reference_files for traefik-portainer-ssl]]) Below is a basic descripti... of the process that aligns with my configuration files. I do this for 2 reasons, both allowing me indep... no-tim/techno-tim.github.io/tree/master/reference_files/traefik-portainer-ssl/traefik|here]].\\ ====cre
Docker Deluge Image / Service
23 Hits, Last modified:
achine using Linux KVM/Libvirt/QEMU. =====dockerfile===== ++++Dockerfile| <code> FROM alpine:latest ADD https://github.com/just-containers/s6-overlay/relea... onf","&&","openvpn","--config","/etc/openvpn/ovpn_file.conf","--daemon","deluged","-d"] </code> Notes: ... e user should not directly modify the resolv.conf file as it may adversely affect docker performance. As
Docker-Compose
22 Hits, Last modified:
er Docs [[https://docs.docker.com/compose/compose-file/|Compose specification]], [[https://github.com/co... will pull the latest images and rebuild a Docker file. =====Installation / Update===== To check current... e will create a new network for the given compose file. You can change the behavior by defining custom networks in your compose file. ====Create and assign custom network==== *Exam
Docker - DHCP Server
13 Hits, Last modified:
working. On 2023-01-02 I modified a configuration file on the primary server with a syntax error. Today,... er I notice millions of lines of errors on my log files. Sure enough the backup had simply been working... alue can be manually defined in its configuration file. (Usually located at /etc/kea/kea-ctrl-agent.conf... dhcpv4.conf'' to test the kea-dhcp4 configuration files ''/app/dhcpv4.conf'' *''kea-dhcp4 -c /app/dhcp
Docker
7 Hits, Last modified:
er directory. //I try not to store any important files in docker, so this should be low risk for me.// ... plex iptable configuration I could have created a file called iptables-docker.rules in /etc/iptables/rul... mctl daemon-reload'' to reload the system service file if modified * ''sudo systemctl enable iptables-... ' | Show the differences with the image (modified files)| |''docker inspect'' | Show information of a co
Docker - DNS Server
4 Hits, Last modified:
''rndc reload'' to reload the named configuration files *''named-checkconf /etc/bind/named.conf'' *'... ' *''cat /log/named/bind.log'' to list bind log file *From [[https://serverfault.com/questions/40102... a flatened uncomment listing of the configuration files I have setup a primary DNS server and secondary... server from the primary server and reads the zone files from the master when available. ====References=
Docker Host
4 Hits, Last modified:
virt, virsh and qemu. * Install standard Debian files. See [[https://wiki.kptree.net/doku.php?id=home_... em with ssh key have a look here. * Check file permission is local user * Delete old key in file if necessary * Delete whole file if necessary * ''sudo apt install vim'' to install vim * Set
Docker - Index
1 Hits, Last modified:
verlay]] * Ansible / Ansible vault / just / justfile {{tag>docker notes index}} <- ^ docker_notes:i