diff --git a/docker-compose.yml b/docker-compose.yml index b664e54..60d2f1c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.8' services: flow2api: - image: thesmallhancat/flow2api:latest + image: ghcr.io/thesmallhancat/flow2api:latest container_name: flow2api ports: - "38000:8000"