@@ -9,7 +9,7 @@ For a Traeffic example have a look at https://github.com/zauberzeug/nicegui/blob
Just run
```bash
-docker-compose up
+docker compose up
```
Then you can access http://localhost/nicegui/.
@@ -1,7 +1,7 @@
version: "3.9"
services:
app:
- image: zauberzeug/nicegui:1.2.7
+ image: zauberzeug/nicegui:1.4.19
volumes:
- ./app:/app # mount local app directory
proxy: