diff --git a/docker/compose/postgres.yml b/docker/compose/postgres.yml index d43baf0..ba02b2f 100644 --- a/docker/compose/postgres.yml +++ b/docker/compose/postgres.yml @@ -1,6 +1,6 @@ services: postgres_db: - image: ghcr.io/tgdrive/postgres + image: ghcr.io/tgdrive/postgres:16-alpine container_name: postgres_db restart: always networks: @@ -13,4 +13,4 @@ services: - ./postgres_data:/var/lib/postgresql/data networks: postgres: - external: true \ No newline at end of file + external: true