Skip to content

Commit 0ee902d

Browse files
committed
added container name
1 parent a090827 commit 0ee902d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
dashboard: # Defines the service named "flask-app"
33
image: ghcr.io/loadingstill/webgsm:latest # Pulls the pre-built image from GitHub Container Registry
4+
container_name: WebGSM-Dashboard
45
build:
56
context: . # Build the image using the Dockerfile in the current directory
67
dockerfile: Dockerfile # Specifies the name of the Dockerfile (optional if named 'Dockerfile')

0 commit comments

Comments
 (0)