diff --git a/VERSION b/VERSION index a918a2a..ee6cdce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0 +0.6.1 diff --git a/docker-compose.yml b/docker-compose.yml index 1533d4b..9218ef5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -66,7 +66,7 @@ services: container_name: notifications-server depends_on: - neo-nodes - image: cityofzion/neo-python:v0.7.7 + image: cityofzion/neo-python ports: - "8080:8080" volumes: diff --git a/notifications-server.config.json b/notifications-server.config.json index d357fbe..ddf83aa 100644 --- a/notifications-server.config.json +++ b/notifications-server.config.json @@ -25,6 +25,7 @@ } }, "ApplicationConfiguration": { + "AcceptIncomingPeers": false, "DataDirectoryPath": "Chains/privnet", "NotificationDataPath": "Chains/privnet_notif", "RPCPort": 20332,