Skip to content

Commit

Permalink
fix(docker-compose.prod.yml): db volume naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Keeqler committed Nov 29, 2024
1 parent 127ba18 commit 23dbf7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ services:
- "strapi_postgres_data:/var/lib/postgresql/data"

volumes:
postgres_data:
strapi_postgres_data:

0 comments on commit 23dbf7f

Please sign in to comment.