3 lines
48 B
Bash
3 lines
48 B
Bash
#!/bin/bash
|
|
docker volume create app-db-storage
|
#!/bin/bash
|
|
docker volume create app-db-storage
|