diff --git a/README.md b/README.md index 89d7a9f..aee91f5 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ docker start factorio Sometimes it's useful to see the logs of a running container: ``` -docker exec -it factorio tail -f /opt/factorio/factorio-current.log +docker logs factorio ``` # Credits