diff --git a/docker/postgresql/postgresql.yml b/docker/postgresql/postgresql.yml index aa552a7..f7d17ac 100644 --- a/docker/postgresql/postgresql.yml +++ b/docker/postgresql/postgresql.yml @@ -1,7 +1,7 @@ version: "3.7" services: isard-apps-postgresql: - image: postgres:alpine + image: postgres:13.5-alpine3.15 container_name: isard-apps-postgresql restart: unless-stopped env_file: .env @@ -13,4 +13,4 @@ services: - ${DB_FOLDER}/postgres:/var/lib/postgresql/data - ${BUILD_ROOT_PATH}/docker/postgresql/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d networks: - - isard_net \ No newline at end of file + - isard_net