fixed compose yml

This commit is contained in:
2025-10-16 14:02:47 +03:00
parent e1bbf19387
commit bca07d4eb8
2 changed files with 2 additions and 5 deletions

View File

@ -10,12 +10,10 @@ Just copy this compose.yml file:
```yml
services:
work-timerer:
image: git.frik.su/Beesquit/work-timerer:latest
image: git.frik.su/beesquit/work-timerer:latest
container_name: work-timerer
ports:
- 4000:80
volumes:
- ./src:/usr/share/nginx/html
restart: unless-stopped
```
@ -23,6 +21,7 @@ The application should be available at the `localhost:4000`
### Todo:
- [ ] Make travel time customizable with env
- [ ] Add mobile website adaptation
### Limitations:
- The app is linked to the system time