Skip to content
Snippets Groups Projects
Commit baa4b4d2 authored by jurgenhaas's avatar jurgenhaas
Browse files

mobimo/support#2991 Fix bugs

parent 9cb5967f
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,12 @@
- pull --quiet
- up -d
- name: Restart cron container
command: dc up cron -d --force-recreate
args:
chdir: '{{ appdir }}'
when: app.dbimage is defined
- name: Set Permissions in Container
command: dc exec -it -u root db chown -R mysql /var/backups/mysql
args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment