Run formatter over it
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2021-02-14 23:36:13 +01:00
parent 161433a2d9
commit 1a423c7291
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,6 @@
---
version: "3.8"
services:
app:
image: nextcloud:latest
@ -76,14 +77,14 @@ services:
start_period: 30s
secrets:
db_root_password:
external: true
db_root_password:
external: true
name: ${STACK_NAME}_db_root_password_${DB_ROOT_PASSWORD_VERSION}
db_password:
external: true
db_password:
external: true
name: ${STACK_NAME}_db_password_${DB_ROOT_PASSWORD_VERSION}
admin_password:
external: true
admin_password:
external: true
name: ${STACK_NAME}_admin_password_${ADMIN_PASSWORD_VERSION}
volumes: