[pdnsmysql] Fix version hardcode
This commit is contained in:
parent
ce8bdc9b0a
commit
95172c8389
@ -16,7 +16,7 @@ config_pdnsmysql() {
|
||||
cat > /federated/apps/pdnsmysql/docker-compose.yml <<EOF
|
||||
services:
|
||||
mysql:
|
||||
image: ${CONTAINER}:${VERSION}
|
||||
image: ${CONTAINER}:\${IMAGE_VERSION}
|
||||
container_name: pdnsmysql
|
||||
hostname: pdnsmysql.$DOMAIN
|
||||
restart: always
|
||||
|
Loading…
x
Reference in New Issue
Block a user