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