mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-23 13:22:55 +01:00
16 lines
177 B
Bash
Executable File
16 lines
177 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
testAlias+=(
|
|
[jrcs/letsencrypt-nginx-proxy-companion]='le-companion'
|
|
)
|
|
|
|
imageTests+=(
|
|
[le-companion]='
|
|
docker_api
|
|
certs_single
|
|
certs_san
|
|
symlinks
|
|
'
|
|
)
|