diff --git a/Gitea b/Gitea index 725a4b8..c173ca8 100644 --- a/Gitea +++ b/Gitea @@ -30,7 +30,7 @@ services: - db db: - image: docker.io/library/postgres:14 + image: postgres:14 restart: always environment: - POSTGRES_USER=gitea @@ -39,4 +39,4 @@ services: networks: - gitea volumes: - - ./postgres:/var/lib/postgresql/data \ No newline at end of file + - ./postgres:/var/lib/postgresql/data