Skip to content

Commit 1cf5960

Browse files
Merge pull request #119 from CodeForPhilly/fix/filter-refresh-issue
Fix Docker image sync and update documentation: 1) Changed images vol…
2 parents 1b0b895 + bc88ef6 commit 1cf5960

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ services:
3535
stdin_open: true
3636
tty: true
3737
volumes:
38-
- ./images:/app/images
38+
- /images:/app/images
3939

4040

4141
volumes:
4242
db:
43+
images:

0 commit comments

Comments
 (0)