diff options
| author | Paul Buetow <paul@buetow.org> | 2023-12-23 10:06:33 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2023-12-23 10:06:33 +0200 |
| commit | 47ce18362d4014d3beb00795ec722d8bfdd307cc (patch) | |
| tree | 19b7365a5bce85352ff586a61bb034c5a18e9a2f | |
| parent | cd17e27d44f70487529a3240eae801b933105257 (diff) | |
fix
| -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 = [ |
