[Add] Docker compose [Add] setup.sh [Add] mewjo, xlagging as Mod's [Add]
T1X's icon [Fix] Some QOL
This commit is contained in:
parent
dbcd6630ce
commit
51f37c11a9
12 changed files with 53 additions and 30 deletions
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
services:
|
||||
app:
|
||||
image: "jc21/nginx-proxy-manager:latest"
|
||||
restart: unless-stopped
|
||||
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "81:81"
|
||||
|
||||
environment:
|
||||
TZ: "Australia/Brisbane"
|
||||
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- ./letsencrypt:/etc/letsencrypt
|
||||
Loading…
Reference in a new issue