Files
containers/bitnami/node/9/docker-compose.yml
Bitnami Bot 56e26672f1 9.1.0-r0 release
Update node to 9.1.0
2017-11-09 10:26:31 +00:00

14 lines
294 B
YAML

version: '2'
services:
node:
tty: true # Enables debugging capabilities when attached to this container.
image: 'bitnami/node:9'
labels:
kompose.service.type: nodeport
# command: sh -c 'npm install && npm start'
ports:
- 3000:3000
volumes:
- .:/app