tidy folder

This commit is contained in:
2022-04-27 17:52:02 +08:00
parent 5b489c1325
commit 461e31a6c6
16 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
version: '3'
services:
nginx-proxy-manager:
container_name: nginx-proxy-manager
restart: unless-stopped
ports:
- "8181:8181" # web
- "81:8080" # http
- "3000:4443" # https
volumes:
- "./config:/config:rw"
image: jlesage/nginx-proxy-manager
networks:
nginx:
aliases:
- nginx
networks:
nginx:
external: true