Compare commits

..

No commits in common. "e9d50b0e268c7c8e4d49da38f42d3a734ea94ebe" and "f7a93a18d1158929f551c62ef9386dbd111a4a20" have entirely different histories.

3 changed files with 1 additions and 7 deletions

View File

@ -214,9 +214,6 @@ moodle_user_email: "{{administrator_email}}"
#### Nextcloud
nextcloud_version: "production" # Danger: Nextcloud can't skipp major version updates.
#### Peertube
peertube_version: "bookworm"
#### Pixelfed
pixelfed_app_name: "Pictures on {{top_domain}}"

View File

@ -28,9 +28,6 @@ apt update && apt install nano && nano ./config/default.yaml
docker logs peertube-application-1 | grep -A1 root
```
## upgrade version
- https://docs.joinpeertube.org/install/docker
## further information
- https://docs.joinpeertube.org/install-docker
- https://github.com/Chocobozzz/PeerTube/issues/3091

View File

@ -5,7 +5,7 @@ services:
{% include 'templates/docker/services/' + database_type + '.yml.j2' %}
application:
image: chocobozzz/peertube:production-{{peertube_version}}
image: chocobozzz/peertube:production-bullseye
env_file:
- .env
ports: