mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-05 01:41:34 +02:00
Refactored docker roles
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
```
|
||||
## cleanup
|
||||
```bash
|
||||
cd /home/administrator/docker-compose/mastodon/
|
||||
cd {{path_docker_compose_files}}mastodon/
|
||||
docker-compose down
|
||||
docker volume rm mastodon_data mastodon_database mastodon_redis
|
||||
cd /home/administrator/docker-compose/ &&
|
||||
rm -vR /home/administrator/docker-compose/mastodon
|
||||
cd {{path_docker_compose_files}} &&
|
||||
rm -vR {{path_docker_compose_files}}mastodon
|
||||
```
|
||||
|
||||
## access terminal
|
||||
|
@@ -1 +1 @@
|
||||
docker_compose_mastodon_path: "/home/administrator/docker-compose/mastodon/"
|
||||
docker_compose_mastodon_path: "{{path_docker_compose_files}}mastodon/"
|
||||
|
Reference in New Issue
Block a user