We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adad066 commit 2ab6f86Copy full SHA for 2ab6f86
test-generate
@@ -3,6 +3,7 @@ cat > docker-compose.override.yml <<EOT
3
services:
4
weblate:
5
image: ${TEST_CONTAINER:-weblate/weblate:edge}
6
+ restart: no
7
environment:
8
WEBLATE_TIME_ZONE: Europe/Prague
9
WEBLATE_SITE_DOMAIN: test.example.com
@@ -18,6 +19,7 @@ if [ "$3" = "split" ] ; then
18
19
cat >> docker-compose.override.yml <<EOT
20
weblate-${service}:
21
22
23
24
25
0 commit comments