Skip to content

Commit a37f166

Browse files
Add back cache volume
1 parent 85b414d commit a37f166

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mock-server/docker-compose.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ services:
1616
volumes:
1717
- ./app:/usr/src/code/app
1818
- ./src:/usr/src/code/src
19+
- mockapi-cache:/storage/cache
1920
networks:
2021
- mockapi
2122

2223
networks:
2324
mockapi:
24-
name: mockapi
25+
name: mockapi
26+
27+
volumes:
28+
mockapi-cache:

0 commit comments

Comments
 (0)