Keep existing compose deployment identity

This commit is contained in:
Dorian
2026-05-18 08:52:40 -05:00
parent 8f00cb4327
commit 959dcf1b1e

View File

@@ -1,5 +1,5 @@
services: services:
plan-b: kammergut:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
@@ -7,7 +7,7 @@ services:
# step would otherwise try to fetch this name from a registry and # step would otherwise try to fetch this name from a registry and
# fail with "pull access denied" since the image is built locally. # fail with "pull access denied" since the image is built locally.
# Compose builds from `build:` during `up`. # Compose builds from `build:` during `up`.
container_name: plan-b container_name: kammergut
restart: unless-stopped restart: unless-stopped
ports: ports:
- "4422:80" - "4422:80"