mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-11-25 03:06:10 +01:00
a5f9077e5a
Shrink docker image. Update from fig (deprecated) to docker-compose. Update README.md. Signed-off-by: Tiago Pires <tandrepires@gmail.com>
8 lines
84 B
Plaintext
8 lines
84 B
Plaintext
gogs:
|
|
build: docker
|
|
links:
|
|
- cache
|
|
- session
|
|
ports:
|
|
- "3000:3000"
|