Updated mybb README.md, renamed variables, solved mybb bug

This commit is contained in:
2023-12-07 15:35:57 +01:00
parent ed40ee1f42
commit fe77fb623e
36 changed files with 97 additions and 63 deletions

View File

@@ -49,7 +49,7 @@ docker volume rm pixelfed_application_data pixelfed_database pixelfed_redis_data
To update your Pixelfed instance, navigate to the directory where your `docker-compose.yml` file is located and run these commands:
```bash
cd {{path_docker_compose_files}}pixelfed/ &&
cd {{docker_compose_instances_directory}}pixelfed/ &&
docker-compose down &&
docker network prune -f &&
docker-compose pull &&

View File

@@ -2,7 +2,7 @@
- name: recreate pixelfed
command:
cmd: docker-compose -p pixelfed up -d --force-recreate
chdir: "{{path_docker_compose_files}}pixelfed/"
chdir: "{{docker_compose_instances_directory}}pixelfed/"
environment:
COMPOSE_HTTP_TIMEOUT: 600
DOCKER_CLIENT_TIMEOUT: 600

View File

@@ -1,2 +1,2 @@
docker_compose_instance_directory: "{{path_docker_compose_files}}pixelfed/"
docker_compose_instance_directory: "{{docker_compose_instances_directory}}pixelfed/"
client_max_body_size: "512M"