Commit 0e7fa7f0 authored by Peter Cheng's avatar Peter Cheng

修改Docker-Compose設定檔

parent 025cd0ab
......@@ -28,7 +28,6 @@ services:
- './eosio/data:/mnt/dev/data'
- './eosio/config:/mnt/dev/config'
- './eosio/home:/root'
- '~/Contracts:/Contracts'
command: /bin/bash -c "nodeos -e -p eosio --plugin eosio::producer_plugin --plugin eosio::history_plugin --plugin eosio::chain_api_plugin --plugin eosio::history_api_plugin --plugin eosio::http_plugin -d /mnt/dev/data --config-dir /mnt/dev/config --http-server-address=0.0.0.0:8888 --access-control-allow-origin=* --contracts-console --http-validate-host=false"
restart: always
keosd:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment