10 lines
207 B
YAML
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
|