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:
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"