mirror of
https://github.com/acid-info/peripatos.free.technology.git
synced 2025-01-12 00:24:45 +00:00
docker: allow overriding container name
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d1d76e3398
commit
ee283a487f
@ -2,7 +2,7 @@ version: '3'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
#image: ghcr.io/m4tt72/terminal:svelte
|
container_name: '${CONTAINER_NAME:-peripatos-app}'
|
||||||
build: .
|
build: .
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user