Return AccessDenied error instead of ObjectNotFound #1378

Merged
dstepanov-yadro merged 1 commit from dstepanov-yadro/frostfs-node:fix/get_return_error_access_denied into master 2024-10-26 11:30:26 +00:00

View file

@ -3,7 +3,7 @@
version: "2.4" version: "2.4"
services: services:
neo-go: neo-go:
image: nspccdev/neo-go:0.105.0 image: nspccdev/neo-go:0.106.0
container_name: neo-go container_name: neo-go
command: ["node", "--config-path", "/config", "--privnet", "--debug"] command: ["node", "--config-path", "/config", "--privnet", "--debug"]
stop_signal: SIGKILL stop_signal: SIGKILL