mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 23:38:02 +01:00
2 lines
123 B
Bash
Executable file
2 lines
123 B
Bash
Executable file
#!/bin/bash
|
|
docker compose build --pull elasticsearch nextcloud; docker compose pull kibana redis db; docker compose up -d
|