1
0
Fork 0
mirror of synced 2024-06-22 04:10:30 +12:00

you can always mount it manually with cli args

This commit is contained in:
Nick Sweeting 2020-08-14 23:38:47 -04:00
parent e13d35807a
commit bdd111d548

View file

@ -100,7 +100,6 @@ RUN archivebox version
# Open up the interfaces to the outside world
VOLUME "$DATA_DIR"
VOLUME "$CODE_DIR"
EXPOSE 8000
ENTRYPOINT ["dumb-init", "--", "/app/bin/docker_entrypoint.sh"]