how about not exposing this to the world

This commit is contained in:
TNE 2022-05-12 00:35:51 +02:00
parent 3de8599c96
commit b8a8ae1e36
2 changed files with 3 additions and 3 deletions

View File

@ -24,14 +24,14 @@ services:
- './data/syncthing:/config' - './data/syncthing:/config'
- './http-root/chaotic-aur:/repo' - './http-root/chaotic-aur:/repo'
ports: ports:
- 8384:8384 - '127.0.0.1:8384:8384'
- 22000:22000/tcp - 22000:22000/tcp
- 22000:22000/udp - 22000:22000/udp
- 21027:21027/udp - 21027:21027/udp
restart: unless-stopped restart: unless-stopped
cloudflared: cloudflared:
image: cloudflare/cloudflared:2022.4.1 image: cloudflare/cloudflared:2022.5.0
container_name: cloudflared container_name: cloudflared
command: tunnel run --url http://nginx ${DOMAIN_NAME:?err} command: tunnel run --url http://nginx ${DOMAIN_NAME:?err}
user: root user: root

View File

@ -31,7 +31,7 @@ services:
- './data/syncthing:/config' - './data/syncthing:/config'
- './http-root/chaotic-aur:/repo' - './http-root/chaotic-aur:/repo'
ports: ports:
- 8384:8384 - '127.0.0.1:8384:8384'
- 22000:22000/tcp - 22000:22000/tcp
- 22000:22000/udp - 22000:22000/udp
- 21027:21027/udp - 21027:21027/udp