mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-01 05:22:50 +09:00
Update docker image.
Shrink docker image. Update from fig (deprecated) to docker-compose. Update README.md. Signed-off-by: Tiago Pires <tandrepires@gmail.com>
This commit is contained in:
8
docker/blocks/w_db_cache_session/docker-compose
Normal file
8
docker/blocks/w_db_cache_session/docker-compose
Normal file
@ -0,0 +1,8 @@
|
||||
gogs:
|
||||
build: docker
|
||||
links:
|
||||
- db
|
||||
- cache
|
||||
- session
|
||||
ports:
|
||||
- "3000:3000"
|
Reference in New Issue
Block a user