Skip to content
Snippets Groups Projects

build: docker image and compose file

Merged pini requested to merge docker into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -52,5 +52,5 @@ COPY docker/docker-entrypoint /usr/local/bin/
# Configuration
# rpc, rpc-ws, p2p, telemetry
EXPOSE 9933 9944 30333 9615
VOLUME /var/lib/lc-core
VOLUME /var/lib/duniter
ENTRYPOINT ["docker-entrypoint"]
Loading