Add \n
This commit is contained in:
parent
c44d997b7d
commit
0bc7009fa0
@ -97,4 +97,4 @@ server {
|
|||||||
proxy_pass http://127.0.0.1:8001;
|
proxy_pass http://127.0.0.1:8001;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -15,4 +15,4 @@ server {
|
|||||||
location / {
|
location / {
|
||||||
proxy_pass http://127.0.0.1:8003;
|
proxy_pass http://127.0.0.1:8003;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -76,4 +76,4 @@ types {
|
|||||||
video/x-ms-asf asx asf;
|
video/x-ms-asf asx asf;
|
||||||
video/x-ms-wmv wmv;
|
video/x-ms-wmv wmv;
|
||||||
video/x-msvideo avi;
|
video/x-msvideo avi;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
docker run --detach \
|
docker run --detach \
|
||||||
--name gitlab \
|
--name gitlab \
|
||||||
--publish 8001:80 \
|
--publish 8001:80 \
|
||||||
--publish 44301:443 \
|
--publish 44301:443 \
|
||||||
--publish 2201:22 \
|
--publish 2201:22 \
|
||||||
@ -9,4 +9,4 @@ docker run --detach \
|
|||||||
--volume /srv/gitlab/logs:/var/log/gitlab \
|
--volume /srv/gitlab/logs:/var/log/gitlab \
|
||||||
--volume /srv/gitlab/data:/var/opt/gitlab \
|
--volume /srv/gitlab/data:/var/opt/gitlab \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
gitlab/gitlab-ce:latest
|
gitlab/gitlab-ce:latest
|
||||||
|
@ -12,4 +12,4 @@ docker run --detach \
|
|||||||
--volume /home/c2a/conf/nginx/mime.types:/etc/nginx/mime.types \
|
--volume /home/c2a/conf/nginx/mime.types:/etc/nginx/mime.types \
|
||||||
--volume /home/c2a/conf/nginx/applications:/etc/nginx/conf.d \
|
--volume /home/c2a/conf/nginx/applications:/etc/nginx/conf.d \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
nginx:latest
|
nginx:latest
|
||||||
|
@ -4,4 +4,4 @@ docker run --detach \
|
|||||||
-e MONGO_INITDB_ROOT_USERNAME=c2a \
|
-e MONGO_INITDB_ROOT_USERNAME=c2a \
|
||||||
-e MONGO_INITDB_ROOT_PASSWORD=admin \
|
-e MONGO_INITDB_ROOT_PASSWORD=admin \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
mongo
|
mongo
|
||||||
|
@ -5,4 +5,4 @@ docker run --detach \
|
|||||||
--volume /var/run/docker.sock:/var/run/docker.sock \
|
--volume /var/run/docker.sock:/var/run/docker.sock \
|
||||||
--volume portainer_data:/data \
|
--volume portainer_data:/data \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
portainer/portainer:latest
|
portainer/portainer:latest
|
||||||
|
Loading…
Reference in New Issue
Block a user