Skip to content

Commit de5a786

Browse files
authored
fix: docker-compose backend volume (#8)
1 parent c60fa89 commit de5a786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- PORT=3001
1212
- NODE_ENV=production
1313
volumes:
14-
- ./backend/data/bitcoin_locations.db:/app/data/bitcoin_locations.db
14+
- ./backend/data:/app/data
1515
restart: unless-stopped
1616

1717
frontend:

0 commit comments

Comments
 (0)