mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 14:44:18 +00:00
fixes
This commit is contained in:
parent
c88e042445
commit
f0bb48a9d2
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue