We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978a695 commit ed77149Copy full SHA for ed77149
docker-compose.yml
@@ -1,13 +1,13 @@
1
services:
2
3
db:
4
- image: postgres:13-alpine
+ image: postgres:15-alpine
5
container_name: codebuilder-postgres-db
6
restart: unless-stopped
7
env_file:
8
- ./.env
9
volumes:
10
- - codebuilder-db-data:/var/lib/postgresql/data
+ - postgres-data:/var/lib/postgresql/data
11
networks:
12
- codebuilder-net
13
ports:
@@ -33,7 +33,7 @@ services:
33
34
35
36
- codebuilder-db-data:
+ postgres-data:
37
38
39
0 commit comments