Skip to content

Commit 5413981

Browse files
authored
Update docker-compose.yaml
1 parent 2507f27 commit 5413981

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docker-compose.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ version: '3.8'
22

33
services:
44
medical-diagnostics-web:
5-
build:
6-
context: .
7-
dockerfile: Dockerfile
8-
container_name: medical-diagnostics-platform
5+
image: ghcr.io/scrtlabs/fetch-web-demo:latest
6+
container_name: fetch-medical
97
ports:
108
- "8080:80"
119
volumes:
@@ -45,4 +43,4 @@ services:
4543

4644
networks:
4745
default:
48-
name: medical-diagnostics-network
46+
name: medical-diagnostics-network

0 commit comments

Comments
 (0)