diff --git a/docker/conf/applications/gitlab.c2a-systeme.fr.conf b/docker/conf/applications/gitlab.c2a-systeme.fr.conf index c2bf89f..99b4921 100644 --- a/docker/conf/applications/gitlab.c2a-systeme.fr.conf +++ b/docker/conf/applications/gitlab.c2a-systeme.fr.conf @@ -97,4 +97,4 @@ server { proxy_pass http://127.0.0.1:8001; } -} \ No newline at end of file +} diff --git a/docker/conf/applications/portainer.c2a-systeme.fr.conf b/docker/conf/applications/portainer.c2a-systeme.fr.conf index e4cc5f3..44f195f 100644 --- a/docker/conf/applications/portainer.c2a-systeme.fr.conf +++ b/docker/conf/applications/portainer.c2a-systeme.fr.conf @@ -15,4 +15,4 @@ server { location / { proxy_pass http://127.0.0.1:8003; } -} \ No newline at end of file +} diff --git a/docker/conf/mime.types b/docker/conf/mime.types index 36c6d17..5d132eb 100644 --- a/docker/conf/mime.types +++ b/docker/conf/mime.types @@ -76,4 +76,4 @@ types { video/x-ms-asf asx asf; video/x-ms-wmv wmv; video/x-msvideo avi; -} \ No newline at end of file +} diff --git a/docker/gitlab.sh b/docker/gitlab.sh index d2becbe..bd96b8f 100644 --- a/docker/gitlab.sh +++ b/docker/gitlab.sh @@ -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 \ No newline at end of file + gitlab/gitlab-ce:latest diff --git a/docker/install-nginx.sh b/docker/install-nginx.sh index eafb068..661c217 100644 --- a/docker/install-nginx.sh +++ b/docker/install-nginx.sh @@ -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 \ No newline at end of file + nginx:latest diff --git a/docker/mongo.sh b/docker/mongo.sh index a49de94..1d6864d 100644 --- a/docker/mongo.sh +++ b/docker/mongo.sh @@ -4,4 +4,4 @@ docker run --detach \ -e MONGO_INITDB_ROOT_USERNAME=c2a \ -e MONGO_INITDB_ROOT_PASSWORD=admin \ --restart unless-stopped \ - mongo \ No newline at end of file + mongo diff --git a/docker/portainer.sh b/docker/portainer.sh index 2c468f7..d1f9d58 100644 --- a/docker/portainer.sh +++ b/docker/portainer.sh @@ -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 \ No newline at end of file + portainer/portainer:latest