mod: replace .local with .lan
This commit is contained in:
parent
8fe170cf15
commit
f4947ea363
9 changed files with 26 additions and 26 deletions
|
|
@ -7,14 +7,14 @@
|
|||
# exposed to the public facing internet to provide an additional layer
|
||||
# of security. This way, passwords will only sync when in the local network.
|
||||
#
|
||||
# This configuration assumes that it will be available from https://nasty.local:86
|
||||
# This configuration assumes that it will be available from https://nasty.lan:86
|
||||
# but the hostname and port can be changes freely.
|
||||
# Simply copy this file to the homeserver, customize the admin token and hostname
|
||||
# any run "docker-compose up -d" to start the containers.
|
||||
#
|
||||
# By default, self-sign up will be deisabled so no new users can simply register an
|
||||
# account. To create an account, you will first need to open the admin console
|
||||
# at https://nasty.local:86/admin and invite the new user via their email address.
|
||||
# at https://nasty.lan:86/admin and invite the new user via their email address.
|
||||
# Unless manually added, no SMTP server is connected and thus no mails will be sent.
|
||||
# You can simply now register using the email address you invited using the frontend.
|
||||
#
|
||||
|
|
@ -35,7 +35,7 @@ services:
|
|||
- WEBSOCKET_ENABLED=true
|
||||
- ADMIN_TOKEN=myadmintoken
|
||||
- SIGNUPS_ALLOWED=true
|
||||
- DOMAIN=https://warden.local
|
||||
- DOMAIN=https://warden.lan
|
||||
# - SIGNUPS_ALLOWED=true
|
||||
# - SIGNUPS_VERIFY=true
|
||||
volumes:
|
||||
|
|
@ -46,7 +46,7 @@ services:
|
|||
caddy:
|
||||
image: caddy:2
|
||||
container_name: caddy2
|
||||
command: caddy reverse-proxy --from warden.local:86 --to vaultwarden:80
|
||||
command: caddy reverse-proxy --from warden.lan:86 --to vaultwarden:80
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 86:86
|
||||
|
|
@ -55,7 +55,7 @@ services:
|
|||
- ./vw-data/caddy-config:/config
|
||||
- ./vw-data/caddy-data:/data
|
||||
environment:
|
||||
- DOMAIN=warden.local
|
||||
- DOMAIN=warden.lan
|
||||
networks:
|
||||
- vaultwarden2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue