readme.md header changed

This commit is contained in:
2022-10-09 20:39:28 +02:00
parent 08d2df8ceb
commit 730a7beee2
+1 -1
View File
@@ -8,7 +8,7 @@ cd /folder/with/files/docker-tng
docker-compose up -d
```
#current downsides of using TNG this way
# current downsides of using TNG this way
- The "tng" volume will be filled with the website on first start but won't be updated when you rebuild the image. A similar approach as the official Wordpress Docker image should be realised.
- Only a docker volume can be used (no mounted volume) because a Docker volume will be filled with data at first start, a mounted volume won't.