diff --git a/docker-compose.postgres.yml b/docker-compose.postgres.yml index b854590..695c8bc 100644 --- a/docker-compose.postgres.yml +++ b/docker-compose.postgres.yml @@ -21,7 +21,7 @@ services: database: image: postgres:13 volumes: - - db:/var/lib/postgresql/data' + - db:/var/lib/postgresql/data environment: - POSTGRES_DB=koel - POSTGRES_USER=koel