「🏗️」 wip: should be working but not
This commit is contained in:
@ -3,14 +3,14 @@ volumes:
|
||||
name: nginx-templates
|
||||
driver: local
|
||||
driver_opts:
|
||||
device: ./configs/nginx/templates
|
||||
device: $HOME/data/nginx/templates
|
||||
o: "bind,ro"
|
||||
type: none
|
||||
nginx-entry:
|
||||
name: nginx-entry
|
||||
driver: local
|
||||
driver_opts:
|
||||
device: ./configs/nginx/entry
|
||||
device: $HOME/data/nginx/entry
|
||||
o: "bind,ro"
|
||||
type: none
|
||||
|
||||
@ -41,3 +41,5 @@ services:
|
||||
ports:
|
||||
- "10443:443"
|
||||
restart: unless-stopped
|
||||
profiles:
|
||||
- correction
|
||||
|
Reference in New Issue
Block a user