nodekey is now external to the volume

This commit is contained in:
Sebastian
2025-02-02 07:31:44 +01:00
parent 04062f675a
commit 1b0f87d565
3 changed files with 2 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ services:
- IP=${IP} - IP=${IP}
volumes: volumes:
- "fantom:/datadir" - "fantom:/datadir"
- "./fantom/config:/config"
expose: expose:
- "18544" - "18544"
- "19921" - "19921"

View File

View File

@@ -28,6 +28,7 @@ opera \
--http.corsdomain="*" \ --http.corsdomain="*" \
--http.vhosts="*" \ --http.vhosts="*" \
--nat extip:${IP} \ --nat extip:${IP} \
--nodekey=/config/nodekey \
--ws \ --ws \
--ws.addr=0.0.0.0 \ --ws.addr=0.0.0.0 \
--ws.port=18544 \ --ws.port=18544 \