Changed path and typo.
This commit is contained in:
parent
8476e9bec8
commit
8758b5ddd3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user