1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-05-31 22:59:39 +02:00

9 lines
150 B
YAML
Raw Normal View History

2016-05-09 10:28:37 +08:00
json-server:
image: vimagick/json-server
command: -w db.json
ports:
- "3000:3000"
volumes:
- ./db.json:/app/db.json
restart: always