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

9 lines
237 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: []
environment:
APP_HOST: 127.0.0.1