This commit is contained in:
2025-09-12 21:13:58 +00:00
parent 1cd2810480
commit fab6daf9cc
3 changed files with 3 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
server {
server_name media.maksim-pankov.ru;
set $webdav_root "/mnt/Teka1/media_data";
set $webdav_root "/data/services/media_data/";
location / {
root $webdav_root;

View File

@@ -8,8 +8,6 @@ services:
ports:
- 5002:80
environment:
- http_proxy=socks5://192.168.0.101:1080
- https_proxy=socks5://192.168.0.101:1080
- POSTGRES_HOST=192.168.0.101
- POSTGRES_DB=nextcloud
- POSTGRES_USER=nextcloud

View File

@@ -16,7 +16,7 @@ services:
- ./data/config:/config
ports:
- 9091:9091
- 51413:51413
- 51413:51413/udp
- 60123:60123
- 60123:60123/udp
restart: unless-stopped