Files
st-nginx-proxy/docker-compose.yml
2025-09-18 16:11:43 +08:00

10 lines
207 B
YAML

services:
st-nginx-proxy:
image: cxx/st-nginx-proxy:0.0.1
container_name: st-nginx-proxy
extra_hosts:
- "host.docker.internal:host-gateway"
ports:
- "80:80"
restart: always