Search
You can find the results of your search below.
Fulltext results:
- Docker mailserver
- *In mariadb localhost uses the socket file ''/var/run/mysqld/mysqld.sock'' This tends to be more s... es/settings.html#info_log_path|info_log_path]] = /var/log/dovecot-info.log\\ [[https://doc.dovecot.org/... re/summaries/settings.html#log_path|log_path]] = /var/log/dovecot.log\\ [[https://doc.dovecot.org/main/... s = imap lmtp\\ service auth {\\ unix_listener /var/spool/postfix/private/auth {\\ group = postfi
- Docker nginx / php notes
- n; # Configures default error logger. error_log /var/log/nginx/error.log warn; # Includes files with ... figuration for a buffered log write. access_log /var/log/nginx/access.log main; # Includes virtual ... nx/http.d/default.conf'' listed above. ++++ ====/var/lib/nginx/html/==== ++++/var/lib/nginx/html/index.html| <code html> <!DOCTYPE html> <html> <head> <tit
- Docker
- -''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
- Nextcloud Container
- ''%%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/... | <code yaml>[supervisord] nodaemon=true logfile=/var/log/supervisord/supervisord.log pidfile=/var/run/
- Docker - diun & ntfy
- L: https://ntfy.kpts.net # NTFY_CACHE_FILE: /var/lib/ntfy/cache.db # NTFY_AUTH_FILE: /var/lib/ntfy/auth.db # NTFY_AUTH_DEFAULT_ACCESS: deny-a... D_PROXY: false # NTFY_ATTACHMENT_CACHE_DIR: /var/lib/ntfy/attachments user: 1000:1000 # option... id/gid, was UID:GID volumes: - ./config/var/cache/ntfy:/var/cache/ntfy - ./config/etc/n
- turn server
- fig/certificates:/etc/certs - ./config/log:/var/log networks: macnet1: ipv4_add... t=32769 max-port=65535 # Log file path log-file=/var/log/turnserver.log # Enable verbose logging verb... database file name. # # The default file name is /var/db/turndb or /usr/local/var/db/turndb or # /var/lib/turn/turndb. # #userdb=/var/db/turndb # PostgreSQ
- Docker - DHCP Kea Server
- "/app/kea.leases4.csv", #Kea 2.6.3 requires /var/lib/kea "name": "/var/lib/kea/kea.leases4.csv", "output": "/app/log/kea-dhcp4.log", "output": "/var/log/kea/kea-dhcp4.log", Symlinking did not seem to work: /bin/ln -sf /app/log/ /var/log/kea , so I created a specific docker volume t
- Docker - DNS Server
- in BIND]] *''rndc dumpdb -zones'' *''cat /var/bind/named_dump.db'' to see the database dump ... c/bind/' - '/mnt/docker_store/bind9/.config/var/bind:/var/bind/' - '/mnt/docker_store/bind9/.config/var/log:/var/log/' network_mode: host command
- Docker Miscellaneous
- ort # - 5001:5001 volumes: - /var/run/docker.sock:/var/run/docker.sock - ./data:/app/data # If you want to use priv... --detach \ --name watchtower \ --volume /var/run/docker.sock:/var/run/docker.sock \ containrrr/watchtower</code> ++++ ====reference==== *[[h
- Docker-Compose
- -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