1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-20 05:11:40 +02:00

Fixed docker-compose.yml url

#Summary
This PR fixes the URL for the `docker-compose.yml` configuration file. Previous link downloaded the entire github editor webpage, throwing syntax errors when trying to install via Docker. 

#Related Issues #523 

#Changes
- Documentation (README.md)
This commit is contained in:
Lazaro V
2020-11-03 11:05:59 -03:00
committed by GitHub
parent 4bdda4d753
commit 30c88ee12c

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