diff --git a/.do/deploy.template.yaml b/.do/deploy.template.yaml index a1edf5de..5b999ef5 100644 --- a/.do/deploy.template.yaml +++ b/.do/deploy.template.yaml @@ -1,4 +1,9 @@ spec: services: - name: archivebox - image: archivebox/archivebox:latest + image: + registry_type: 'DOCKER_HUB' + registry: 'archivebox' + repository: 'archivebox' + tag: 'latest' + http_port: 8000 diff --git a/README.md b/README.md index 45333b38..11cd3072 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,8 @@ ls ./archive/*/index.json # or browse directly via the filesyste **🖥  Supported OSs:** Linux/BSD, macOS, Windows (Docker/WSL)   **👾  CPUs:** amd64, x86, arm8, arm7 (raspi>=3) - - Deploy to DigitalOcean (referral link) + + Deploy to DigitalOcean (referral link) #### ⬇️  Initial Setup