This commit is contained in:
reonokiy 2025-05-14 15:19:23 +08:00
parent 9d86233b6c
commit 916c366f5f
Signed by: reonokiy
SSH key fingerprint: SHA256:2VjKpUxMIe0QYY3OVnOMuPiB0X5pvrIpJ+UiyFhxtq0

View file

@ -1,5 +1,5 @@
services:
server:
forgejo:
image: codeberg.org/forgejo/forgejo:${FORGEJO_VERSION:-11.0.1}
container_name: forgejo
environment:
@ -46,7 +46,7 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- '3000:3000'
- '222:22'
# - '222:22'
postgres:
image: postgres:${POSTGRES_VERSION:-17.5}