We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a46fcd3 + 25bfc1f commit 31a20c8Copy full SHA for 31a20c8
src/content/13/en/part13a.md
@@ -156,7 +156,7 @@ postgres=#
156
```
157
158
Defined in this way, the data stored in the database is persisted only as long as the container exists. The data can be preserved by defining a
159
-[volume](/en/part12/building_and_configuring_environments#persisting-data-with-volumes) fort the data, see more
+[volume](/en/part12/building_and_configuring_environments#persisting-data-with-volumes) for the data, see more
160
[here](https://github.com/docker-library/docs/blob/master/postgres/README.md#pgdata).
161
162
#### Using the psql console
0 commit comments