fix
This commit is contained in:
parent
5dc6044906
commit
eac693f7f5
1 changed files with 1 additions and 5 deletions
|
@ -17,8 +17,4 @@ fi
|
||||||
|
|
||||||
echo "# network"
|
echo "# network"
|
||||||
docker network create proxy
|
docker network create proxy
|
||||||
|
docker network create internal
|
||||||
echo "# web"
|
|
||||||
[ -d /srv/www ] || sudo mkdir -p /srv/www
|
|
||||||
sudo chmod a+rw /srv/www
|
|
||||||
git clone git@git.faulty.nl:infra/web /srv/www
|
|
||||||
|
|
Reference in a new issue