feat:初始化工程
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user