swapped ports

This commit is contained in:
2025-03-24 18:39:36 -05:00
parent 73b57408d0
commit ba878b58ee
2 changed files with 4 additions and 4 deletions

View File

@@ -21,8 +21,8 @@ services:
networks:
- reverse-proxy
ports:
- 443:443/tcp
- 80:80/tcp
- 444:443/tcp
- 82:80/tcp
- 81:81/tcp
restart: always
volumes:

View File

@@ -108,8 +108,8 @@ services:
networks:
- reverseproxy
ports:
- 88:80
- 444:443
- 80:80
- 443:443
volumes:
- ./caddy/data:/data
- ./caddy/Caddyfile:/etc/caddy/Caddyfile