Added port 443 to compose file (yes, im an idiot)

This commit is contained in:
2025-01-18 02:42:33 +00:00
parent 8bd9fe0f4a
commit b404fe12a2

View File

@@ -24,6 +24,7 @@ services:
- am-d-model-network
ports:
- "80:80"
- "443:443"
volumes:
- ./caddy:/etc/caddy
restart: unless-stopped