KPTree Wiki logo

KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Ends with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@docker_notes
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Reverse Proxy Server - Traefik
14 Hits, Last modified: 20 months ago
====Traefik===== <code bash [enable_line_numbers="true"]> cd /home/docker_store sudo mkdir traefik sudo ... cker network==== <code bash [enable_line_numbers="true"]>docker network create proxy</code> <code bash [enable_line_numbers="true"]>touch docker-compose.yml touch provider.env</co... /data/provider.env'': <code [enable_line_numbers="true">GODADDY_API_KEY=[Your API_KEY key from Godaddy A
Docker Miscellaneous
9 Hits, Last modified: 8 months ago
proxy labels: - "traefik.enable=true" - "traefik.docker.network=proxy" ... - "traefik.http.routers.it-tools-secure.tls=true" - "traefik.http.routers.it-tools-secur... server.port=80" networks: proxy: external: true </code>++++ Remember to add URL to local DNS. ==... proxy labels: - "traefik.enable=true" - "traefik.docker.network=proxy"
Docker nginx / php notes
8 Hits, Last modified: 9 months ago
LL or M_PI), one ; of the INI constants (On, Off, True, False, Yes, No and None) or an expression ; (e.g... an flags can be turned on using the values 1, On, True or Yes. ; They can be turned off using the values... same ; line unless ignore_repeated_source is set true. ; https://php.net/ignore-repeated-errors ignore_... https://php.net/com.allow-dcom ;com.allow_dcom = true ; autoregister constants of a component's typeli
Nextcloud Container
7 Hits, Last modified: 4 months ago
pervisord.conf| <code yaml>[supervisord] nodaemon=true logfile=/var/log/supervisord/supervisord.log pidf... extcloud: db: networks: proxy: external: true </code> ++++ ====php/php-fpm setting==== ++++php... ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no. ; Defining 'extension' will l... a_params=--o:ssl.enable=false --o:ssl.termination=true ports: - 9980:9980 networks:
VNC
6 Hits, Last modified: 14 months ago
guac security_opt: - no-new-privileges:true # ports: # - "3306:3306" volumes: ... opped security_opt: - no-new-privileges:true networks: # - proxy - guac # Guac... security_opt: - no-new-privileges:true # ports: # - "8089:8080" envi... - guacd labels: - "traefik.enable=true" - "traefik.docker.network=proxy" ##
turn server
5 Hits, Last modified: 18 months ago
as 'false', # and you can use '1', 'on', 'yes', 'true', or 't' as 'true' # If the value is missing, then it means 'true' by default. # # Listener interface device (optional,
Docker mailserver
5 Hits, Last modified: 12 months ago
] Type=oneshot RemainAfterExit=yes ExecStart=/bin/true ExecReload=/bin/true [Install] WantedBy=multi-user.target</code> ++++ Look like postfix is started fro... reload ExecStop=/usr/bin/doveadm stop PrivateTmp=true NonBlocking=yes ProtectSystem=full ProtectHome=no PrivateDevices=true # You can add environment variables with e.g.: #
Calibre
4 Hits, Last modified: 23 months ago
: - proxy networks: proxy: external: true </code> Notes: - The log error/warning concern... added to ''docker-compose.yml'': <code> tty: true stdin_open: true command: /bin/sh</code> ++++ ====Calibre-web==== This Docker container is b... : - proxy networks: proxy: external: true </code> Notes: - The default login / password:
Docker Deluge Image / Service
4 Hits, Last modified: 6 weeks ago
not permitted (errno=1)]] *Add ''privileged: true'' after image in docker-compose.yml *Or <co... image: deluge-openvpn-nftables:latest tty: true stdin_open: true container_name: deluge restart: 'unless-stopped' # always | no | on-f... /dev/net/tun networks: macnet1: external: true</code> ++++ Some basic docker compose commands:
Docker-Compose
3 Hits, Last modified: 6 days ago
or your compose files, you can add the `external: true` parameter in your compose file *Example:* <code ... yaml> networks: existing-network: external: true </code> =====Volumes===== Volumes allow Docker ... version '3' volumes: web_data: external: true services: app: image: nginx:alpine po
File Sharing
3 Hits, Last modified: 20 months ago
us=3 4 # Hardening ProtectSystem=full PrivateTmp=true SystemCallArchitectures=native MemoryDenyWriteExecute=true NoNewPrivileges=true # Elevated permissions to sync ownership (disabled by default), # see https://doc
Docker - DNS Server
2 Hits, Last modified: 6 months ago
nd: build: ./ image: bind:latest tty: true stdin_open: true container_name: kptr-dns-1 restart: 'always' # always | unless-stopped | n
ntp
2 Hits, Last modified: 9 months ago
: build: ./ image: chrony:latest tty: true stdin_open: true container_name: chrony restart: 'always' # always | unless-stopped | no |
Docker - diun & ntfy
2 Hits, Last modified: 21 months ago
: ntfy: image: binwiederhier/ntfy init: true container_name: ntfy command: serve... et/v1/health -O - | grep -Eo '\"healthy\"\\s*:\\s*true' || exit 1"] interval: 60s timeou
Docker init Systems
2 Hits, Last modified: 3 weeks ago
ing. In docker compose add the directive ''init: true'' see example below: ++++docker-compose.yml snipp... ntfy: image: binwiederhier/ntfy init: true container_name: ntfy </code> ++++ *[[htt
Docker
2 Hits, Last modified: 7 months ago
Private LAN VPN Access
1 Hits, Last modified: 20 months ago