Search
You can find the results of your search below.
Fulltext results:
- Reverse Proxy Server - Traefik
- ====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
- 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
- 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
- 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
- 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
- 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
- ] 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
- : - 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
- 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
- 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
- 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
- nd: build: ./ image: bind:latest tty: true stdin_open: true container_name: kptr-dns-1 restart: 'always' # always | unless-stopped | n
- ntp
- : build: ./ image: chrony:latest tty: true stdin_open: true container_name: chrony restart: 'always' # always | unless-stopped | no |
- Docker - diun & ntfy
- : 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
- 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