diff --git a/docker-compose.yml b/docker-compose.yml index c14d35e..3ffaa43 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,5 @@ services: - kammergut: + plan-b: build: context: . dockerfile: Dockerfile @@ -7,7 +7,7 @@ services: # step would otherwise try to fetch this name from a registry and # fail with "pull access denied" since the image is built locally. # Compose builds from `build:` during `up`. - container_name: kammergut + container_name: plan-b restart: unless-stopped ports: - "4422:80" diff --git a/index.html b/index.html index b0589fe..ee77274 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ -Deepstock — Survival Preparedness Advisor +Plan-B — Survival Preparedness Advisor diff --git a/index.original.html b/index.original.html index 8310169..6d6ff2c 100644 --- a/index.original.html +++ b/index.original.html @@ -3,7 +3,7 @@ -Deepstock — Survival Preparedness Advisor +Plan-B — Survival Preparedness Advisor + + + + + + + + + diff --git a/src/App.vue b/src/App.vue index 52a3c3d..bf7cc85 100644 --- a/src/App.vue +++ b/src/App.vue @@ -263,7 +263,7 @@