Fix missing backslash
parent
4926aa4216
commit
aeddb1cd1a
|
@ -4,6 +4,6 @@ docker run -d --net main_subnet --ip 172.30.16.1 \
|
||||||
-v /opt/gitea/data:/data \
|
-v /opt/gitea/data:/data \
|
||||||
-v /etc/timezone:/etc/timezone:ro \
|
-v /etc/timezone:/etc/timezone:ro \
|
||||||
-v /etc/localtime:/etc/localtime:ro \
|
-v /etc/localtime:/etc/localtime:ro \
|
||||||
-p 1022:22
|
-p 1022:22 \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
gitea/gitea:latest
|
gitea/gitea:latest
|
Loading…
Reference in New Issue