8 lines
177 B
Bash
Executable File
8 lines
177 B
Bash
Executable File
docker run --detach \
|
|
--name gitea \
|
|
--publish 8000:3000 \
|
|
--publish 2200:22 \
|
|
--volume /var/gitea:/data \
|
|
--restart unless-stopped \
|
|
gitea/gitea:latest
|