port

Search

You can find the results of your search below.

Reverse Proxy Server @docker_notes
30 Hits, Last modified:
ker traefik "reverse proxy" proxy ssl certificate portainer cloudsec}} ======Reverse Proxy Server====== ... o Tim [[https://docs.technotim.live/posts/traefik-portainer-ssl/|Put Wildcard Certificates and SSL on EV... tim.github.io/tree/master/reference_files/traefik-portainer-ssl|github reference_files for traefik-portainer-ssl]]) Below is a basic description of the proc
Nextcloud Container @docker_notes
6 Hits, Last modified:
web: image: nginx restart: always ports: - 8180:80 depends_on: - app ... pported across different container types *Using portainer or similar just select the container and use... www-data php occ maintenance:mode --on%%''\ *In Portainer I usually log into shell using "sh" or ash" ... tcloud-fpm Docker container, to access the cli in Portainer need to select ''/bin/sh'' shell and user ''
Docker Deluge Image / Service @docker_notes
5 Hits, Last modified:
envpn-nftables as a container called deluge, with port 8112 passed through, the deluge web interface. ... penvpn does not seem to work well with "standard" port mapping option of Docker. The VPN performs unreliably with the nftables and the map port to the local web interface simply stops working. ... container ''%%/usr/bin/python3 /usr/bin/deluged --port=58846 --config=/root/.config/deluge/ &%%'' howeve
Docker-Compose @docker_notes
1 Hits, Last modified:
ue services: app: image: nginx:alpine ports: - 80:80 volumes: - web_data:/us