mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-23 08:23:42 +01:00
9 lines
147 B
Markdown
9 lines
147 B
Markdown
|
# to test create the two external volumes
|
||
|
|
||
|
```
|
||
|
podman volume create my-app-data
|
||
|
podman volume create actual-name-of-volume
|
||
|
podman-compose up
|
||
|
```
|
||
|
|