diff --git a/compose.yml b/compose.yml index cdd5614..6a53505 100644 --- a/compose.yml +++ b/compose.yml @@ -22,7 +22,7 @@ services: condition: service_started db: - image: postgres:17 + image: postgres:17-alpine restart: always environment: POSTGRES_USER: postgres @@ -32,4 +32,4 @@ services: - postgres_data:/var/lib/postgresql/data volumes: - postgres_data: \ No newline at end of file + postgres_data: