Update documentation for sockets

This commit is contained in:
Christophe Mehay 2019-05-12 14:43:33 +02:00 committed by Christophe Mehay
parent 43768da63d
commit caea3c0188
3 changed files with 17 additions and 8 deletions

View file

@ -8,6 +8,9 @@ test:
tag:
git tag v$(TOR_VERSION) -f
release: test tag
git push origin --tags
check:
pre-commit run --all-files
@ -19,10 +22,12 @@ rebuild:
docker-compose -f docker-compose.build.yml build --no-cache
run: build
docker-compose -f docker-compose-v1.yml up
docker-compose -f docker-compose-v1.yml up --force-recreate
run-v2: build
docker-compose -f docker-compose.v2.yml up
docker-compose -f docker-compose.v2.yml up --force-recreate
run-v2-socket: build
docker-compose -f docker-compose.v2.socket.yml up --force-recreate
run-v3: build
docker-compose -f docker-compose.v3.yml up
docker-compose -f docker-compose.v3.yml up --force-recreate