mirror of
https://github.com/containers/podman-compose.git
synced 2025-05-01 04:44:43 +02:00
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
|
|
grep . /run/secrets/*
|
|
grep . /etc/custom_location
|
|
echo "$ENV_SECRET"
|