diff --git a/docker-compose.yml b/docker-compose.yml index 3ffaa43..c14d35e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,5 @@ services: - plan-b: + kammergut: 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: plan-b + container_name: kammergut restart: unless-stopped ports: - "4422:80"