From f0bb48a9d2887003fe143cf1802ee20cae8f7901 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 23 Apr 2021 15:11:12 -0400 Subject: [PATCH] fixes --- .do/deploy.template.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index 5b999ef5..ac2b55b4 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -2,8 +2,9 @@ spec: services: - name: archivebox image: - registry_type: 'DOCKER_HUB' - registry: 'archivebox' - repository: 'archivebox' - tag: 'latest' + registry_type: DOCKER_HUB + registry: docker.io + repository: archivebox/archivebox + tag: latest http_port: 8000 + instance_count: 1