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