3 lines
62 B
Text
3 lines
62 B
Text
|
#!/bin/bash
|
||
|
source .env
|
||
|
docker exec -it ${NAME:-caddy} bash -l
|