Skip to content

Commit 43c2caf

Browse files
committed
Reword information regarding lts tags
1 parent 0f273c0 commit 43c2caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QuickStart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docker-compose up
4444

4545
*Note*: If using the newer `docker compose` project, you need to write `docker compose up` instead of `docker-compose up` (and similarly for other `docker-compose` calls).
4646

47-
*Note*: The sample `docker-compose-example.yml` uses `latest-YYYY-lts` as image versions. It is recommended to replace these with a fix version tag when deploying the application to prevent docker from automatically pulling new versions when the application is launched, which may be undesired. See [Keeping QWC services up to date](configuration/../configuration/ServiceConfiguration.md#upgrading).
47+
*Note*: The sample `docker-compose-example.yml` uses `latest-YYYY-lts` as image versions. This will result in docker always pulling the latest images of the respective lts series. See [Keeping QWC services up to date](configuration/../configuration/ServiceConfiguration.md#upgrading).
4848

4949
The map viewer will run on <http://localhost:8088/>.
5050

0 commit comments

Comments
 (0)