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:
|
services:
|
||||||
- name: archivebox
|
- name: archivebox
|
||||||
image:
|
image:
|
||||||
registry_type: 'DOCKER_HUB'
|
registry_type: DOCKER_HUB
|
||||||
registry: 'archivebox'
|
registry: docker.io
|
||||||
repository: 'archivebox'
|
repository: archivebox/archivebox
|
||||||
tag: 'latest'
|
tag: latest
|
||||||
http_port: 8000
|
http_port: 8000
|
||||||
|
instance_count: 1
|
||||||
|
|
Loading…
Reference in a new issue