Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
review.typo3.org
gerrit
Commits
d991ed04
Commit
d991ed04
authored
Jun 04, 2020
by
Stephan Großberndt
Browse files
[TASK] Remove unnecessary step during docker-restart
parent
fd6e9192
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-restart.sh
View file @
d991ed04
#!/usr/bin/env bash
docker-compose down
&&
docker-compose
rm
&&
docker-compose
up
-d
&&
docker container logs reviewtypo3org_gerrit_1
-f
docker-compose down
&&
docker-compose up
-d
&&
docker container logs reviewtypo3org_gerrit_1
-f
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment