Skip to content

Commit

Permalink
Fixed flow #26
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Gelunov committed Oct 22, 2023
1 parent 8a8632b commit 9cd3c9a
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,22 @@ Tested on: Windows 11, Ubuntu 22.02

More examples you can find in `config-examples` folder

3. Add folder paths of your projects inside `super-easy-file-backups/docker-compose.override.yml`.
3. Create `projects/super-easy-file-backups` folder and `docker-compose.yml` inside it.

```yml
```yml
# docker-compose.yml

version: '3'
services:
super-easy-file-backups:
image: 'ghcr.io/codelit/super-easy-file-backups'
restart: always
volumes:
- C:/Users/Adam/webServer:/app/projects/webServer # from
- C:/Users/Adam/backups/webServer:/app/backups/webServer # to
- C:/Users/Adam/projects/your-project:/app/projects/your-project # from
- C:/Users/Adam/backups/your-project:/app/backups/your-project # to
# OR seek for backups-config.json in entire projects folder
- C:/Users/Adam/projects:/app/projects
- C:/Users/Adam/backups:/app/backups
```

You can find more examples in `docker-compose.override-example.yml`.
Expand Down

0 comments on commit 9cd3c9a

Please sign in to comment.