Updating containers to GHCR or add full path V3

This commit is contained in:
2025-07-05 19:01:26 +05:30
parent 6a088d7bba
commit 97318f9d76
13 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
services:
forgejo_db:
image: postgres:17.5
image: docker.io/library/postgres:17.5
container_name: forgejo_db
environment:
- POSTGRES_USER=${POSTGRES_USER}