mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
fix: remove unused certs volume from DNS examples in Docker Compose files
This commit is contained in:
parent
f07d7a6ca7
commit
82deac2ef9
7 changed files with 0 additions and 7 deletions
|
|
@ -20,7 +20,6 @@ services:
|
|||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- certs:/certs
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ services:
|
|||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- certs:/certs
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ services:
|
|||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- certs:/certs
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ services:
|
|||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- certs:/certs
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ services:
|
|||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- certs:/certs
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ services:
|
|||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- certs:/certs
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@ services:
|
|||
- bunkerweb
|
||||
volumes:
|
||||
- bw-data:/data
|
||||
- certs:/certs
|
||||
environment:
|
||||
BUNKERWEB_INSTANCES: "bunkerweb"
|
||||
SERVER_NAME: "app1.example.com app2.example.com app3.example.com" # replace with your domains
|
||||
|
|
|
|||
Loading…
Reference in a new issue