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