mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
I'm pretty sure XNAMEX isn't real and they are just Copilot in a trench coat.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user