Genz commited on
Update docker-compose.yml
Browse files- docker-compose.yml +1 -1
docker-compose.yml
CHANGED
|
@@ -2,7 +2,7 @@ version: '3.8'
|
|
| 2 |
|
| 3 |
services:
|
| 4 |
flow2api:
|
| 5 |
-
image: thesmallhancat/flow2api:latest
|
| 6 |
container_name: flow2api
|
| 7 |
ports:
|
| 8 |
- "38000:8000"
|
|
|
|
| 2 |
|
| 3 |
services:
|
| 4 |
flow2api:
|
| 5 |
+
image: ghcr.io/thesmallhancat/flow2api:latest
|
| 6 |
container_name: flow2api
|
| 7 |
ports:
|
| 8 |
- "38000:8000"
|