1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-12 15:09:52 +02:00

Update 'README.md'

This commit is contained in:
fox 2020-12-31 08:54:21 +00:00
parent 96aa5d23c6
commit 40e76d8da1

View file

@ -55,7 +55,7 @@ Please don't rename the services inside `docker-compose.yml` unless you know wha
#### Pull and start the container
```sh
docker-compose pull && docker-compose up
docker-compose pull && docker-compose up -d
```
See ``docker-compose`` documentation for more information and available options.