diff --git a/cobalt/docker-compose.yml b/cobalt/docker-compose.yml index 2b3b253..71b4f88 100755 --- a/cobalt/docker-compose.yml +++ b/cobalt/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.5' services: cobalt-api: - image: ghcr.io/imputnet/cobalt:latest + image: ghcr.io/imputnet/cobalt:7 restart: unless-stopped container_name: cobalt-api init: true @@ -22,7 +22,7 @@ services: #volumes: #- ./cookies.json:/cookies.json cobalt-web: - image: ghcr.io/imputnet/cobalt:latest + image: ghcr.io/imputnet/cobalt:7 restart: unless-stopped container_name: cobalt-web init: true