file

Search

You can find the results of your search below.

Nextcloud Container @docker_notes
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 Deluge Image / Service @docker_notes
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
Reverse Proxy Server @docker_notes
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-Compose @docker_notes
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