Changed path and typo.

This commit is contained in:
retoor 2025-01-21 12:12:39 +01:00
parent 8476e9bec8
commit 8758b5ddd3

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