-
Notifications
You must be signed in to change notification settings - Fork 9
Description
I am trying to setup the Oasis Rosetta docker container. At the present state I am unable to see any container logs and am not able to run any curl queries against it.
Please make note of the docker-compose file I have used.
version: '2'
services:
node-oasis:
image: oasis-rosetta-gateway:latest
container_name: oasis-rosetta
restart: always
ports:
- "5332:8080"
- "26656:26656"
volumes:
- /COINIAPremSSD2T/node-oasis-rosetta/data:/data
- /COINIAPremSSD2T/node-oasis-rosetta/node-config:/etc
mem_limit: 10g
If i run the docker container via the following run command, i see the same result, no logs
sudo docker run -d -v /COINIAPremSSD2T/node-oasis-rosetta/data:/data -v /COINIAPremSSD2T/node-oasis-rosetta/node-config:/etc -p 8080:8080 -it oasis-rosetta-gateway