fix service database container name example (remove -1 as it is already in the script)

This commit is contained in:
2026-01-20 15:51:16 +01:00
parent 1de2fe9ab4
commit abd99a6336

View File

@@ -21,7 +21,7 @@ MARIADB_ROOT_PASSWORD=<mariadb-root-password>
SERVICE_SECRET_KEY=<bookshelf-secret-key> SERVICE_SECRET_KEY=<bookshelf-secret-key>
SERVICE_ORIGIN=https://bookshelf.aldon.fr SERVICE_ORIGIN=https://bookshelf.aldon.fr
SERVICE_ROOT_FQDN=https://bookshelf.aldon.fr/api SERVICE_ROOT_FQDN=https://bookshelf.aldon.fr/api
SERVICE_DATABASE_CONTAINER_NAME=bookshelf-database-1 SERVICE_DATABASE_CONTAINER_NAME=bookshelf-database
# VM # VM
USERNAME=bookshelf USERNAME=bookshelf