You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run docker-compose up -d, the Server starts without any issues and I can set it up using the web interface, but the Sync Gateway is stopped with this error message:
/entrypoint.sh: line 7: exec: sync_gateway: not found
What could cause this issue and how can I resolve it?
The text was updated successfully, but these errors were encountered:
I have created this
docker-compose.yml
file:and this is my
sync-gateway-config.json
file:When I run
docker-compose up -d
, the Server starts without any issues and I can set it up using the web interface, but the Sync Gateway is stopped with this error message:/entrypoint.sh: line 7: exec: sync_gateway: not found
What could cause this issue and how can I resolve it?
The text was updated successfully, but these errors were encountered: