first commit

This commit is contained in:
takalalika
2020-12-11 02:37:18 +08:00
parent d8a0c1c889
commit 8792a08031
15 changed files with 3377 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
version: "3.6"
services:
nginx-proxy:
image: jwilder/nginx-proxy
ports:
- "80:80"
volumes:
- /var/run/docker.sock:/tmp/docker.sock:ro
networks:
default:
external:
name: nginx-proxy