Rewrite the use of unwrap() to use Result<>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
services:
|
||||
database:
|
||||
postgres:
|
||||
image: docker.io/postgres:17
|
||||
environment:
|
||||
POSTGRES_DB: ${POSTGRES_DB}
|
||||
@ -7,3 +7,7 @@ services:
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
ports:
|
||||
- ${POSTGRES_PORT}:5432
|
||||
adminer:
|
||||
image: docker.io/adminer
|
||||
ports:
|
||||
- 8080:8080
|
||||
|
||||
Reference in New Issue
Block a user