diff --git a/README.md b/README.md index 563f4fb..342dffb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/compose.yml b/compose.yml index 005d1d4..6b61f37 100644 --- a/compose.yml +++ b/compose.yml @@ -4,6 +4,4 @@ services: container_name: work-timerer ports: - 4000:80 - volumes: - - ./src:/usr/share/nginx/html restart: unless-stopped