mirror of
https://github.com/containers/podman-compose.git
synced 2025-04-13 12:08:34 +02:00
10 lines
273 B
Markdown
10 lines
273 B
Markdown
running the following commands should always give podman-rocks-123
|
|
|
|
```
|
|
podman-compose -f project/container-compose.yaml --env-file env-files/project-1.env up
|
|
```
|
|
|
|
```
|
|
podman-compose -f $(pwd)/project/container-compose.yaml --env-file $(pwd)/env-files/project-1.env up
|
|
```
|