Add a container_name to the docker compose file.

This commit is contained in:
Hemang
2025-02-04 14:34:31 +01:00
parent 48220cd33c
commit 62403463c6
+1
View File
@@ -1,5 +1,6 @@
services:
explorer-proxy:
container_name: explorer-proxy
build:
context: ./proxy
dockerfile: ../proxy/Dockerfile.proxy