File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
ansible/roles/gitlab/templates Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ services:
2727 # - DOCKER_HOST=unix:///var/run/docker.sock
2828
2929 nginx :
30- image : nginx:stable@sha256:10f4f3e09ace179005137b811167c8dc03c089b60059236d45c340f1f1e56ac3
30+ image : nginx:stable@sha256:3048d7a6bad5fb1a1a2516249e570b85645a00411bad6b3126983577f040bb5f
3131 container_name : nginx
3232 depends_on :
3333 - gitlab
@@ -40,7 +40,7 @@ services:
4040 restart : always
4141
4242 docker-cleanup :
43- image : docker:latest@sha256:24173119fa6d1b5b4a27ab164fa7863deb66574ee5b90fef3b85dc888ef1a7e6
43+ image : docker:latest@sha256:30249d28c36eccbbfe17cb3ce0da91950ff53769de9dfcb90869f018675c3667
4444 container_name : docker-cleanup
4545 volumes :
4646 - /var/run/docker.sock:/var/run/docker.sock
Original file line number Diff line number Diff line change 11---
22services :
33 mkdocs :
4- image : squidfunk/mkdocs-material:latest@sha256:f5c556a6d30ce0c1c0df10e3c38c79bbcafdaea4b1c1be366809d0d4f6f9d57f
4+ image : squidfunk/mkdocs-material:latest@sha256:980e11fed03b8e7851e579be9f34b1210f516c9f0b4da1a1457f21a460bd6628
55 volumes :
66 - .:/docs
77 ports :
You can’t perform that action at this time.
0 commit comments