mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
renamed variable
This commit is contained in:
@@ -19,7 +19,7 @@ Due to license issues, bugs and that in the past after an akaunting update your
|
||||
1. **Navigate to Docker Compose Directory**: Change to the directory containing your Docker Compose files for Akaunting.
|
||||
|
||||
```bash
|
||||
cd {{docker_compose_instances_directory}}akaunting/
|
||||
cd {{path_docker_compose_instances}}akaunting/
|
||||
```
|
||||
|
||||
2. **Set Environment Variables**: These are necessary to prevent timeouts during long operations.
|
||||
|
@@ -1 +1 @@
|
||||
docker_compose_instance_directory: "{{docker_compose_instances_directory}}akaunting/"
|
||||
docker_compose_instance_directory: "{{path_docker_compose_instances}}akaunting/"
|
||||
|
Reference in New Issue
Block a user