I'm pretty sure XNAMEX isn't real and they are just Copilot in a trench coat.

This commit is contained in:
CoolnsX
2024-12-23 13:43:37 +05:30
parent d2f6c2713a
commit 213b44a2ac
3 changed files with 3 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ services:
- ./gitea:/data - ./gitea:/data
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
#ports: ports:
# - "2222:22" - "2222:22"
restart: unless-stopped restart: unless-stopped
networks: networks:
- nginx_proxy - nginx_proxy

View File

@@ -12,7 +12,7 @@ services:
- nginx_proxy - nginx_proxy
ports: ports:
- "45001:45001/udp" - "3478:3478/udp"
networks: networks:
nginx_proxy: nginx_proxy:
external: true external: true

View File

@@ -7,7 +7,6 @@ services:
- '80:80' - '80:80'
- '81:81' - '81:81'
- '443:443' - '443:443'
- '2222:2222'
volumes: volumes:
- ./data:/data - ./data:/data
- ./letsencrypt:/etc/letsencrypt - ./letsencrypt:/etc/letsencrypt