file

Search

You can find the results of your search below.

Docker nginx / php notes
112 Hits, Last modified:
then trying IP TCP connectivity instead of socket file. To run and control nginx. * ''nginx'' to run.... t'' to test configuration * ''nginx -c //config_file//'' to start nginx with a non default config file. Default config file is ''/etc/nginx/nginx.conf''. =====Alpine nginx standard configuration (v3.18.4, 2
Docker mailserver
57 Hits, Last modified:
me more optimisations performed. </fc> =====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
Nextcloud Container
37 Hits, Last modified:
ine|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... ated image to rectify this warning. ++++ Dockerfile| <code yaml>#FROM nextcloud:stable-fpm-alpine FRO
Docker-Compose
19 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 Deluge Image / Service
17 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
Reverse Proxy Server
14 Hits, Last modified:
/<fc #ff0000><fs small>**Note** my docker compose file has some changes from the TechnoTim one, in parti... ken down the Traefik router dynamic configuration file, My config.yml into 2 configuration files. One fo... e.json | This is the Lets Encrypt RSA key file downloaded by Traefik │ ├── config | | ├── ... http.yml | This is the dynamic configuration file for http (want to separate into 2 smaller files,
Docker - DHCP Server
9 Hits, Last modified:
working. On 2023-01-02 I modified a configuration file on the primary server with a syntax error. Today,... alue can be manually defined in its configuration file. (Usually located at /etc/kea/kea-ctrl-agent.conf... pv4.conf'' to start kea dhcp4 using configuration file ''/app/dhcpv4.conf'' ++++Use of symlink, TL;DR;| ... ounted directories. To control which dhcp4 config file to run (basic or plus): *''ln -s .config/dhcp_b
Docker
3 Hits, Last modified:
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-... build DIRECTORY'' | Build an image from a docker file| **Volumes:** |<50em>| ^COMMAND ^ DESCRIPTION^ |
Docker Host
3 Hits, Last modified:
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 - DNS Server
2 Hits, Last modified:
' *''cat /log/named/bind.log'' to list bind log file *From [[https://serverfault.com/questions/40102... ation. Hence these are commented out. ++++Dockerfile| <code>FROM alpine:latest ARG S6_OVERLAY_VERSION
Docker - Index
1 Hits, Last modified:
verlay]] * Ansible / Ansible vault / just / justfile {{tag>docker notes index}} <- ^ docker_notes:i