Skip to content

Commit 8cf29f3

Browse files
committed
rename volume
1 parent 801e5b5 commit 8cf29f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-password} # The PostgreSQL password (useful to connect to the database)
1818
POSTGRES_DB: ${POSTGRES_DB:-coder} # The PostgreSQL default database (automatically created at first launch)
1919
volumes:
20-
- pgdata:/var/lib/postgresql/data # Use "docker volume rm coder_pgdata" to reset Coder
20+
- coder_data:/var/lib/postgresql/data # Use "docker volume rm coder_coder_data" to reset Coder
2121
healthcheck:
2222
test:
2323
[
@@ -28,4 +28,4 @@ services:
2828
timeout: 5s
2929
retries: 5
3030
volumes:
31-
pgdata:
31+
coder_data:

0 commit comments

Comments
 (0)