Skip to content

Commit dcfe624

Browse files
committed
Enable by default.
1 parent 6cea279 commit dcfe624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ ENV plots_dir="/plots"
8484
# One of fullnode, farmer, harvester, plotter, farmer+plotter, harvester+plotter. Default is fullnode
8585
ENV mode="fullnode"
8686
# Required is the 'chia' blockchain, but can optionally add 'flax' too. A comma-separated list.
87-
ENV blockchains="chia"
87+
ENV blockchains="chia,flax"
8888
# If provided then these optional 3 public keys will be set in your plotman.yaml
8989
ENV farmer_pk="null"
9090
ENV pool_pk="null"

0 commit comments

Comments
 (0)