mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
9 lines
232 B
YAML
9 lines
232 B
YAML
|
---
|
||
|
- name: recreate pixelfed
|
||
|
command:
|
||
|
cmd: docker-compose -p pixelfed up -d --force-recreate
|
||
|
chdir: /home/administrator/docker-compose/pixelfed/
|
||
|
environment:
|
||
|
COMPOSE_HTTP_TIMEOUT: 600
|
||
|
DOCKER_CLIENT_TIMEOUT: 600
|