fix prx dns (#5)

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-09-05 23:14:16 +00:00
parent 73fb5a3f5f
commit 5b250c2c51
+4 -2
View File
@@ -2,6 +2,9 @@ services:
prx: prx:
image: 'jc21/nginx-proxy-manager:2.15.1' image: 'jc21/nginx-proxy-manager:2.15.1'
restart: unless-stopped restart: unless-stopped
dns:
- 1.1.1.1
- 8.8.8.8
environment: environment:
TZ: "Europe/Moscow" TZ: "Europe/Moscow"
ports: ports:
@@ -17,7 +20,7 @@ services:
test: ["CMD", "/usr/bin/check-health"] test: ["CMD", "/usr/bin/check-health"]
interval: 60s interval: 60s
timeout: 3s timeout: 3s
pwd: pwd:
image: 'vaultwarden/server:1.37.1' image: 'vaultwarden/server:1.37.1'
restart: unless-stopped restart: unless-stopped
@@ -138,4 +141,3 @@ secrets:
file: secrets/beszel_agent_token.txt file: secrets/beszel_agent_token.txt
gitea_runner_registration_token: gitea_runner_registration_token:
file: secrets/gitea_runner_registration_token.txt file: secrets/gitea_runner_registration_token.txt