Keep existing compose deployment identity
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user