fix web ui multiple variables and add default error pages

This commit is contained in:
bunkerity
2021-06-02 15:33:42 +02:00
parent 445032406b
commit 8cda1baf77
22 changed files with 279 additions and 12 deletions

View File

@@ -5,6 +5,8 @@ services:
mywww:
image: bunkerity/bunkerized-nginx
restart: always
depends_on:
- myui
ports:
- 80:8080
- 443:8443
@@ -36,7 +38,6 @@ services:
image: bunkerity/bunkerized-nginx-ui
restart: always
depends_on:
- mywww
- myuiproxy
volumes:
- autoconf:/etc/nginx