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"
|
||||
docker network create proxy
|
||||
|
||||
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
|
||||
docker network create internal
|
||||
|
|
Reference in a new issue