Files
daily-news-digest/docker-compose.host-network.yml
T

7 lines
194 B
YAML

# Linux cloud-server option: lets the container reach an SSH tunnel bound to
# 127.0.0.1 on the host. Use together with docker-compose.yml.
services:
web:
network_mode: host
ports: []