mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-10 11:10:29 +02:00
9 lines
150 B
YAML
9 lines
150 B
YAML
|
json-server:
|
||
|
image: vimagick/json-server
|
||
|
command: -w db.json
|
||
|
ports:
|
||
|
- "3000:3000"
|
||
|
volumes:
|
||
|
- ./db.json:/app/db.json
|
||
|
restart: always
|