We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801e5b5 commit 8cf29f3Copy full SHA for 8cf29f3
docker-compose.yaml
@@ -17,7 +17,7 @@ services:
17
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-password} # The PostgreSQL password (useful to connect to the database)
18
POSTGRES_DB: ${POSTGRES_DB:-coder} # The PostgreSQL default database (automatically created at first launch)
19
volumes:
20
- - pgdata:/var/lib/postgresql/data # Use "docker volume rm coder_pgdata" to reset Coder
+ - coder_data:/var/lib/postgresql/data # Use "docker volume rm coder_coder_data" to reset Coder
21
healthcheck:
22
test:
23
[
@@ -28,4 +28,4 @@ services:
28
timeout: 5s
29
retries: 5
30
31
- pgdata:
+ coder_data:
0 commit comments