Start ssh server

This commit is contained in:
Isaac Shoebottom 2025-03-11 15:23:45 -03:00
parent b686d6723e
commit 46a80692da

View File

@ -3,6 +3,8 @@ services:
image: gitea/gitea:latest
container_name: gitea
restart: unless-stopped
environment:
- START_SSH_SERVER=true
volumes:
- /docker/appdata/gitea/data:/data
- /etc/timezone:/etc/timezone:ro