Skip to content

Commit 2d11305

Browse files
committed
chore(gen): update
1 parent 82ff91c commit 2d11305

File tree

1 file changed

+2
-3
lines changed
  • tutorials/strapi-app-serverless-containers-sqldb

1 file changed

+2
-3
lines changed

tutorials/strapi-app-serverless-containers-sqldb/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
- containers
1111
- serverless-sqldb
1212
dates:
13-
validation: 2024-05-21
13+
validation: 2024-11-21
1414
posted: 2024-05-21
1515
---
1616

@@ -71,7 +71,7 @@ You can either deploy your application:
7171
These environment variables are default Strapi variables and will be automatically recognized by Strapi to connect to your database.
7272

7373
<Message type="tip">
74-
You can already check that you are able to connect to your database using a PostgreSQL-compatible client. For instance, with the psql client using the following command:
74+
You can already check that you are able to connect to your database using a PostgreSQL-compatible client. For instance, with the `psql` client using the following command:
7575
```
7676
export PGPASSWORD=$DATABASE_PASSWORD \
7777
&& psql -h $DATABASE_HOST -p $DATABASE_PORT \
@@ -220,7 +220,6 @@ You can either deploy your application:
220220

221221
8. Access [http://localhost:1337/admin](http://localhost:1337/admin) in a browser. The Strapi Administration Panel displays.
222222

223-
224223
### Pushing the image to Scaleway Container Registry
225224

226225
1. Run the following command to create a [Container Registry namespace](/containers/container-registry/concepts/#namespace) and export its endpoint as a variable:

0 commit comments

Comments
 (0)