diff --git a/compose.dev.yml b/compose.dev.yml index 92e7b57..b212a19 100644 --- a/compose.dev.yml +++ b/compose.dev.yml @@ -25,7 +25,7 @@ services: ########## postgres postgresdev: env_file: ./.env - image: postgres:latest@sha256:1bf73ccae25238fa555100080042f0b2f9be08eb757e200fe6afc1fc413a1b3c + image: postgres:latest@sha256:41a34220ba26427d1ac71387f4b876587b09524ff03b4bb6a4de19f3365a0e18 # restart: unless-stopped network_mode: host container_name: postgresdev