Skip to content

Commit

Permalink
Update README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
trants committed Apr 19, 2024
1 parent 3b92fae commit d783209
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ services:
backup:
container_name: data-backup
restart: always
image: vnspc/docker-aws-backup:1.1
image: vnspc/docker-aws-backup:1.0
environment:
- TZ=${TZ:-UTC}
- SCHEDULE=${SCHEDULE:-@weekly}
Expand All @@ -90,12 +90,12 @@ services:
volumes:
- ${BACKUP_FOLDER}:/home/backups
networks:
- network-bridge
- vspc

networks:
network-bridge:
vspc:
driver: bridge
name: network-bridge
name: vspc
```
#### Restore
Expand All @@ -122,12 +122,12 @@ I hope you find this useful. If you have any questions, please create an issue.

### 🔐 Security

If you discover any security related issues, please email 286.trants@gmail.com instead of using the issue tracker.
If you discover any security related issues, please email opensource@vspc.vn instead of using the issue tracker.

### 📖 License

This software is released under the [BSD 3-Clause][link-license] License. Please see the [LICENSE](LICENSE) file
or https://trants.me/LICENSE.txt for more information.
or https://vspc.vn/license for more information.

### ✨ Contributors

Expand Down

0 comments on commit d783209

Please sign in to comment.