Skip to content

Commit 9bbd210

Browse files
committed
removed build from docker-compose.yml
1 parent dd7a8ce commit 9bbd210

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docker-compose.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
services:
2-
dashboard: # Defines the service named "flask-app"
2+
dashboard:
33
image: ghcr.io/loadingstill/webgsm:latest # Pulls the pre-built image from GitHub Container Registry
44
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')
85
ports:
9-
- "5050:5050" # Map container port 5000 to local port 5000, allowing access to the Flask app from the browser at localhost:5000
10-
restart: always # Ensure the container always restarts if it stops or crashes
6+
- "5050:5050"
7+
restart: always
118
logging:
129
driver: "json-file"
1310
options:

0 commit comments

Comments
 (0)