stacks icon indicating copy to clipboard operation
stacks copied to clipboard

Docker stacks samples

Results 3 stacks issues
Sort by recently updated
recently updated
newest added

Adds a stack to run a [poetapp/node](https://github.com/poetapp/node) in Play With Docker. Contains all services required for the node. You can test the running node with the [docs](https://github.com/poetapp/node#api) in the Github...

step to reproduce an error in pwd (play with docker) cat docker-compose.yml version: '3.2' services: neo4j: restart: 'always' image: neo4j volumes: - /data - /logs ports: - '7474:7474' - '7687:7687'...