diff options
| -rw-r--r-- | org-buetow-ecs/wallabagservice.tf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-buetow-ecs/wallabagservice.tf b/org-buetow-ecs/wallabagservice.tf index f6ece50..d3e5e41 100644 --- a/org-buetow-ecs/wallabagservice.tf +++ b/org-buetow-ecs/wallabagservice.tf @@ -58,7 +58,7 @@ resource "aws_ecs_task_definition" "wallabag" { environment = [ { name = "SYMFONY__ENV__DOMAIN_NAME", - value = "https://wallabag.buetow.cloud" + value = "https://bag.buetow.cloud" } ], mountPoints = [ |
