Skip to content

Commit

Permalink
Updated path to access redis-db data and store them in the volume
Browse files Browse the repository at this point in the history
  • Loading branch information
alefais committed May 17, 2021
1 parent 06a8a20 commit 2dfa308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composed-docker-app-volume/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- "6379:6379"
command: --appendonly yes
volumes:
- redis-db-data:/data #/var/lib/redis/data
- redis-db-data:/data
node-web-app:
build: .
ports:
Expand Down

0 comments on commit 2dfa308

Please sign in to comment.