ports

Search

You can find the results of your search below.

Docker mailserver @docker_notes
5 Hits, Last modified:
hensive standard!//</fc> * Distribution List of Ports (information only) * <fc #ff00ff>Gentoo</fc> ... 9000. Additional servers can be setup using other ports. This allows servers per app and different server... - roundcubedb networks: proxy: ports: - 9000:9000 volumes: - ./.config... rt: unless-stopped networks: proxy: ports: - 5432:5432 volumes: - ./.config
Nextcloud Container @docker_notes
2 Hits, Last modified:
web: image: nginx restart: always ports: - 8180:80 depends_on: - app ... --o:ssl.enable=false --o:ssl.termination=true ports: - 9980:9980 networks: - proxy n
Docker-Compose @docker_notes
1 Hits, Last modified:
ue services: app: image: nginx:alpine ports: - 80:80 volumes: - web_data:/usr
Docker - DNS Server @docker_notes
1 Hits, Last modified:
point is the docker network is in host mode. (The ports are opened directly on the host and not routed fr
Reverse Proxy Server @docker_notes
1 Hits, Last modified:
L connections. //Do not forget to expose the used ports in the Docker / Docker Compose file.// ====Refer