Skip to content

v0.1.1

Latest

Choose a tag to compare

@avvertix avvertix released this 05 Nov 20:01
5a8584b

What's Changed

  • Improve volume handling and file permissions by @avvertix in #2

Deploy

  backup:
+    image: oneofftech/database-backup-cron:0.1.1
    environment:
      DB_HOST: "### Replace With Database Host ###"
      DB_DATABASE: "### Replace With Database Name ###"
      DB_USER: "### Replace With Database User ###"
      DB_PASSWORD: "### Replace With Database Password ###"
    volumes: 
      - "/home/backup"

Full Changelog: v0.1.0...v0.1.1