Create create_volumes.sh

This commit is contained in:
Marcos Lohmann
2025-07-01 16:02:16 -03:00
committed by GitHub
parent d01b151416
commit 277fb40a08

5
docker/create_volumes.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
docker volume create n8n_data
docker volume create nodered_data
docker volume create api_data