Compare commits

...

2 commits

Author SHA1 Message Date
6bad7d58cf Remove Rustdesk ports 2024-02-06 15:32:27 +01:00
d293bc2f7d Use a major version tag for nginx 2024-02-06 15:32:14 +01:00
7 changed files with 6 additions and 15 deletions

View file

@ -1,5 +1,5 @@
[Container]
Image=docker.io/library/nginx:latest
Image=docker.io/library/nginx:1
AutoUpdate=registry
Network=traefik.network
Volume=%h/sync/volumes/nginx.conf:/etc/nginx/nginx.conf:z,ro

View file

@ -1,5 +1,5 @@
[Container]
Image=docker.io/library/nginx:latest
Image=docker.io/library/nginx:1
AutoUpdate=registry
Network=traefik.network
Volume=%h/sync/volumes/nginx.conf:/etc/nginx/nginx.conf:z,ro

View file

@ -1,5 +1,5 @@
[Container]
Image=docker.io/library/nginx:latest
Image=docker.io/library/nginx:1
AutoUpdate=registry
Network=traefik.network
Volume=%h/sync/volumes/nginx.conf:/etc/nginx/nginx.conf:z,ro

View file

@ -1,5 +1,5 @@
[Container]
Image=docker.io/library/nginx:latest
Image=docker.io/library/nginx:1
AutoUpdate=registry
Network=traefik.network
Volume=%h/sync/volumes/nginx.conf:/etc/nginx/nginx.conf:z,ro

View file

@ -1,5 +1,5 @@
[Container]
Image=docker.io/library/nginx:latest
Image=docker.io/library/nginx:1
AutoUpdate=registry
Network=traefik.network
Volume=%h/sync/volumes/nginx.conf:/etc/nginx/nginx.conf:z,ro

View file

@ -1,5 +1,5 @@
[Container]
Image=docker.io/library/nginx:latest
Image=docker.io/library/nginx:1
AutoUpdate=registry
Network=traefik.network
Volume=%h/sync/volumes/nginx.conf:/etc/nginx/nginx.conf:z,ro

View file

@ -25,16 +25,7 @@ for port in \
4430 \
# Git SSH
2222 \
# Rustdesk
21115-21119
firewall-cmd --add-port $port/tcp
end
# UDP
for port in \
# Rustdesk
21116
firewall-cmd --add-port $port/udp
end
firewall-cmd --runtime-to-permanent