container in ascolto solo su 127.0.0.1

This commit is contained in:
piccihud
2024-12-24 20:58:18 +01:00
parent d9b6ecc63b
commit 6bdfcf06ce
10 changed files with 11 additions and 11 deletions

View File

@ -5,8 +5,8 @@ services:
container_name: vaultwarden
restart: unless-stopped
ports:
- 3001:80 # Needed for the ACME HTTP-01 challenge.
- 3002:443
- 127.0.0.1:3001:80 # Needed for the ACME HTTP-01 challenge.
- 127.0.0.1:3002:443
environment:
DOMAIN: ${VAULT_DOMAN}
LOG_FILE: "/data/vaultwarden.log"