fix: correct file path and fix typo in configuration loader

This commit is contained in:
retoor 2025-01-21 11:12:39 +00:00
parent 0583749f56
commit 64eba00f67

View File

@ -1,11 +1,11 @@
services: services:
cogs: gogs:
build: . build: .
ports: ports:
- "0.0.0.0:2222:2222" - "0.0.0.0:2222:2222"
- "0.0.0.0:7331:3000" - "0.0.0.0:7331:3000"
volumes: volumes:
- ./data:/data gogs/gogs - ./data:/app/gogs/data
gogs-db: gogs-db:
image: postgres image: postgres