Compare commits
2 commits
3f44741da1
...
88870db040
| Author | SHA1 | Date | |
|---|---|---|---|
| 88870db040 | |||
| 81b16a04cb |
2 changed files with 3 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ services:
|
||||||
backend:
|
backend:
|
||||||
|
|
||||||
pretix:
|
pretix:
|
||||||
image: docker.io/pretix/standalone:2026.3
|
image: docker.io/pretix/standalone:2026.6
|
||||||
command: ["all"]
|
command: ["all"]
|
||||||
ports:
|
ports:
|
||||||
- "8345:80"
|
- "8345:80"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
#
|
#
|
||||||
# Update the transmission settings.json. For the update, stop transmission,
|
# Update the transmission settings.json. For the update, stop transmission,
|
||||||
# put the new file in place, and restart it.
|
# put the new file in place, and restart it. This is necessary because
|
||||||
|
# transmission is constantly rewriting the settings file while it is running.
|
||||||
#
|
#
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue