We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a090827 commit 0ee902dCopy full SHA for 0ee902d
docker-compose.yml
@@ -1,6 +1,7 @@
1
services:
2
dashboard: # Defines the service named "flask-app"
3
image: ghcr.io/loadingstill/webgsm:latest # Pulls the pre-built image from GitHub Container Registry
4
+ container_name: WebGSM-Dashboard
5
build:
6
context: . # Build the image using the Dockerfile in the current directory
7
dockerfile: Dockerfile # Specifies the name of the Dockerfile (optional if named 'Dockerfile')
0 commit comments