Skip to content

Commit

Permalink
fix: database Compose warnings and set a project name (#3701)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato committed Apr 2, 2024
1 parent a554263 commit 93ace86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/db.yml
@@ -1,4 +1,4 @@
version: '3'
name: flagsmith

volumes:
pg_11_data:
Expand All @@ -9,7 +9,7 @@ services:
pull_policy: always
restart: unless-stopped
volumes:
- pg_11_data:/var/lib/postgresql/data:Z
- pg_11_data:/var/lib/postgresql/data
ports:
- 5432:5432
environment:
Expand Down

0 comments on commit 93ace86

Please sign in to comment.