make it more similar

This commit is contained in:
squidbear
2025-03-31 06:01:58 +02:00
parent bede49b624
commit 8b16461f83
4 changed files with 6 additions and 6 deletions

View File

@@ -12,12 +12,13 @@ services:
- "32577:32577/udp"
volumes:
- thundercore-testnet-db:/datadir
- ./thundercore/testnet:/config/fastpath/pala
- ./thundercore/testnet:/config
- thundercore-testnet-logs:/logs
networks:
- chains
entrypoint: [ "/sbin/tini", "--", "/entrypoint.sh" ]
environment:
CONFIG_PATH: /config
PORT: 32577
restart: unless-stopped