1
0
Fork 0
mirror of synced 2024-06-28 11:00:35 +12:00

Merge pull request #524 from LaazV/patch-1

Fixed docker-compose.yml url
This commit is contained in:
Nick Sweeting 2020-11-03 12:22:03 -05:00 committed by GitHub
commit 419ab56013
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -196,7 +196,7 @@ a headless browser runtime, a full webserver, and CLI interface.
# docker-compose run archivebox <command> [args]
mkdir archivebox && cd archivebox
wget 'https://github.com/pirate/ArchiveBox/blob/master/docker-compose.yml'
wget 'https://raw.githubusercontent.com/pirate/ArchiveBox/master/docker-compose.yml'
docker-compose run archivebox init
docker-compose run archivebox add 'https://example.com'
docker-compose run archivebox manage createsuperuser