penguin-beta-version-1.5 #3

Merged
anonpenguin merged 30 commits from sotiris-beta-version-1.5 into main 2025-07-05 02:53:30 +00:00
Showing only changes of commit 59b0fbcc73 - Show all commits

View File

@ -13,5 +13,6 @@ USER ipfs
# Expose IPFS ports
EXPOSE 4001 5001 8080
# Start IPFS daemon with custom config
CMD ["/usr/local/bin/bootstrap-config.sh"]
# Override the kubo entrypoint and start IPFS daemon with custom config
ENTRYPOINT []
CMD ["sh", "/usr/local/bin/bootstrap-config.sh"]