standard-build/scripts/gitea/launch-docker.sh

9 lines
266 B
Bash
Raw Permalink Normal View History

2022-12-21 20:08:17 +00:00
docker run -d --net main_subnet --ip 172.30.16.1 \
-e TZ=America/New_York \
--name=gitea \
-v /opt/gitea/data:/data \
-v /etc/timezone:/etc/timezone:ro \
-v /etc/localtime:/etc/localtime:ro \
2022-12-21 20:13:35 +00:00
-p 1022:22 \
2022-12-21 20:08:17 +00:00
--restart unless-stopped \
2022-12-21 20:09:11 +00:00
gitea/gitea:latest