DockerRestApi/docker-compose.yml

9 lines
179 B
YAML
Raw Normal View History

2019-09-19 18:31:33 +00:00
version: '3'
services:
2019-09-19 18:35:52 +00:00
dockerserviceminecraft:
2019-09-19 18:31:33 +00:00
build: .
2019-09-19 18:35:52 +00:00
volumes:
2019-09-19 18:38:53 +00:00
- /var/run/docker.sock:/var/run/docker.sock
2019-09-19 18:31:33 +00:00
command: npm start
ports:
- "3001:3001"