file

Search

You can find the results of your search below.

Docker nginx / php notes
100 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
44 Hits, Last modified:
downloaded separately ''adminer'' is a single php file program to administer database programs including... o the following seems to meet my needs: *create file ''ll.sh'' *<code>#!/bin/sh exec ls -la "$@"</... o allow to to be an executable. *Copy the ll.sh file to /bin/ll or link it ''/bin/ln -s /app/scripts/l... mment ''bind-address=0.0.0.0'' near end of config file in ''custom.cnf'' ( ''.config_sql/custom.cnf'')
Nextcloud Container
20 Hits, Last modified:
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... files:delete Delete a file or folder files:get Get the contents of a file files:object:delete Delete a
Docker-Compose
18 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
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 Deluge Image / Service
12 Hits, Last modified:
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... ntly remembered the basics of UNIX the /etc/hosts file, this is the lowest level DNS on every machine. ... ogram in background using nominated configuration file </code>++ see [[https://serverfault.com/question
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
1 Hits, Last modified:
' *''cat /log/named/bind.log'' to list bind log file *From [[https://serverfault.com/questions/40102