var

Search

You can find the results of your search below.

Docker nginx / php notes
60 Hits, Last modified:
n; # Configures default error logger. error_log /var/log/nginx/error.log warn; # Includes files with ... ble gzipping of responses. #gzip on; # Set the Vary HTTP header as defined in the RFC 2616. Default is 'off'. gzip_vary on; # Helper variable for proxying websockets. map $http_upgrade $connection_upgrade { default
Docker mailserver
37 Hits, Last modified:
( `id` int(11) NOT NULL auto_increment, `name` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=I... ncrement, `domain_id` int(11) NOT NULL, `email` varchar(100) NOT NULL, `password` varchar(150) NOT NULL, `quota` bigint(11) NOT NULL DEFAULT 0, PRIMARY... crement, `domain_id` int(11) NOT NULL, `source` varchar(100) NOT NULL, `destination` varchar(100) NO
Nextcloud Container
15 Hits, Last modified:
ertificates, however this is required for all the various services and can be considered separately. R... ''%%docker exec -u www-data nextcloud-app-1 php /var/www/html/cron.php%%'' runs the cron.php * ''%%d... no-cache imagemagick-svg supervisor \ && mkdir /var/log/supervisord /var/run/supervisord COPY supervisord.conf / ENV NEXTCLOUD_UPDATE=1 CMD ["/usr/bin/
Docker
10 Hits, Last modified:
-''sudo apt remove docker-ce'' -Check the the ''var/lib/docker'' directory, ''sudo du -d 1 -h var/lib/docker'' -''rm -rf /var/lib/docker'' to remove the docker directory. //I try not to store any i... :9443 --name=portainer --restart=always \ -v /var/run/docker.sock:/var/run/docker.sock \ -v por
Docker Deluge Image / Service
7 Hits, Last modified:
container, ssh cannot be used.) =====Environment Variables into Docker===== I need to work on this one... d whole supervision tree sees original set of env vars. It switches with-contenv into a nop. I placed ... ENV=1'' before first init and all the environment variable were visible. *[[https://vsupalov.com/docker-arg-env-variable-guide/|Docker ARG, ENV and .env - a Complete
Docker-Compose
3 Hits, Last modified:
-container </code> These volumes are stored in `/var/lib/docker/volumes`. ====Docker external named v... local \ --opt type=none \ --opt device="/var/opt/my_website/dist" \ --opt o=bind web_data ... lumes can be defined dynamically from environment variables using a name section as we did in the previ
Docker - DNS Server
1 Hits, Last modified:
in BIND]] *''rndc dumpdb -zones'' *''cat /var/bind/named_dump.db'' to see the database dump
Docker Host
1 Hits, Last modified:
Set static ip address and a bridge network (this varies on the install type) * For networkd: