Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
wOvAN committed Nov 1, 2018
1 parent 4e55168 commit 521f6aa
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions docker/docker.set.network.forwarding.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/sbin/sysctl -w net.ipv4.conf.all.forwarding=1
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ sudo yum install -y docker-ce

# 4

systemctl enable docker
/sbin/sysctl -w net.ipv4.conf.all.forwarding=1

# 5

systemctl enable docker

# 6

systemctl start docker
3 changes: 3 additions & 0 deletions gitlab/scripts/gitlab.reconfigure.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
docker exec -t gitlab gitlab-ctl reconfigure

3 changes: 3 additions & 0 deletions gitlab/scripts/gitlab.update-permissions.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
docker exec -it gitlab update-permissions

2 changes: 1 addition & 1 deletion ssl/cert.trust.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cp ./vlg-soc-web04t.megafon.ru.key /etc/pki/ca-trust/source/anchors
cp ./ca.cer /etc/pki/ca-trust/source/anchors

update-ca-trust enable
update-ca-trust extract
Expand Down

0 comments on commit 521f6aa

Please sign in to comment.