Skip to content

Commit

Permalink
Uncomment database volume in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikana0918 committed Nov 15, 2024
1 parent e152f3c commit a429284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
POSTGRES_DB: "nftfun"
TZ: "Asia/Tokyo"
volumes:
# - database:/var/lib/postgresql/data
- database:/var/lib/postgresql/data
# redis:
# image: "redis:7.2.4-alpine"
# ports:
Expand Down

0 comments on commit a429284

Please # to comment.