This commit is contained in:
Allie Sadler 2023-10-20 09:37:35 +01:00 committed by GitHub
parent f8ebcc6c9f
commit 0a27e9f46b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ For more information about this feature and for instructions on how to use it, s
The **Repositories** view now shows which images have gone stale because they haven't been pulled or pushed recently. For more information, see [repository tags](repos/access/index.md#view-repository-tags). The **Repositories** view now shows which images have gone stale because they haven't been pulled or pushed recently. For more information, see [repository tags](repos/access/index.md#view-repository-tags).
# 2020-10-07 ## 2020-10-07
### New feature ### New feature

View File

@ -225,7 +225,7 @@ Hello, Docker!!!
Press `ctrl+c` in the terminal to stop your application. Press `ctrl+c` in the terminal to stop your application.
# Summary ## Summary
In this section, you took a look at setting up your Compose file to add a local In this section, you took a look at setting up your Compose file to add a local
database and persist data. You also learned how to use Compose Watch to automatically rebuild and run your container when you update your code. database and persist data. You also learned how to use Compose Watch to automatically rebuild and run your container when you update your code.