Fix secret version name

This commit is contained in:
Luke Murphy 2020-09-29 00:32:52 +02:00
parent 87324459b0
commit 19e306ce68
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 2 deletions

View File

@ -58,11 +58,10 @@ volumes:
mariadb:
wordpress_content:
secrets:
db_root_password:
external: true
name: ${STACK_NAME}_db_root_password_${DB_ROOT_PASSWORD_VERSION}
db_password:
external: true
name: ${STACK_NAME}_db_password_${DB_ROOT_PASSWORD_VERSION}
name: ${STACK_NAME}_db_password_${DB_PASSWORD_VERSION}