docker: allow overriding container name

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-03-19 23:27:31 +01:00
parent d1d76e3398
commit ee283a487f
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4

View File

@ -2,7 +2,7 @@ version: '3'
services:
app:
#image: ghcr.io/m4tt72/terminal:svelte
container_name: '${CONTAINER_NAME:-peripatos-app}'
build: .
restart: unless-stopped
ports: