Explorar el Código

Update docker-compose.yml

Nick Sweeting hace 6 años
padre
commit
95ba5a90ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docker-compose.yml

+ 1 - 1
docker-compose.yml

@@ -10,7 +10,7 @@ services:
             - SHOW_PROGRESS=False
             - SHOW_PROGRESS=False
         volumes:
         volumes:
             - ./data:/data
             - ./data:/data
-        command: bash -c 'echo "https://example.com" | /bin/archive; tail -f /dev/null'
+        command: bash -c 'echo "https://github.com/pirate/ArchiveBox" | /bin/archive; tail -f /dev/null'
 
 
     nginx:
     nginx:
         image: 'nginx'
         image: 'nginx'