update docker org urls in docs and scripts

This commit is contained in:
Nick Sweeting 2020-11-23 02:20:01 -05:00
parent ebcb05957e
commit cc3579f70f
5 changed files with 27 additions and 24 deletions

View file

@ -12,7 +12,7 @@ version: '3.7'
services:
archivebox:
# build: .
image: ${DOCKER_IMAGE:-nikisweeting/archivebox:latest}
image: ${DOCKER_IMAGE:-archivebox/archivebox:latest}
command: server 0.0.0.0:8000
stdin_open: true
tty: true
@ -30,7 +30,7 @@ services:
# Example: Run scheduled imports in a docker instead of using cron on the
# host machine, add tasks and see more info with archivebox schedule --help
# scheduler:
# image: nikisweeting/archivebox:latest
# image: archivebox/archivebox:latest
# command: schedule --foreground --every=day --depth=1 'https://getpocket.com/users/USERNAME/feed/all'
# environment:
# - USE_COLOR=True