From 854c2031c2a396a9a72bb7e62aa630a6a5e9ad8a Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Tue, 11 Jun 2024 21:07:39 -0400 Subject: [PATCH] fix: add correct port mappings --- service.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/service.yml b/service.yml index 4bc2b92..9bb90e3 100644 --- a/service.yml +++ b/service.yml @@ -1,15 +1,13 @@ name: sesame ports: - - host: 9091 - container: 9091 - - host: 2015 - container: 2015 - - host: 2019 - container: 2019 - - host: 10080 - container: 80 - - host: 10443 - container: 443 + - host: 59090 + container: 59090 + - host: 53000 + container: 53000 + - host: 52052 + container: 52052 + - host: 53001 + container: 53001 volumes: - name: caddy-data - name: caddy-config