You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- stack-back.volumes: False # don't back up any volumes for this container either
97
+
volumes:
98
+
- mysql:/var/lib/mysql
99
+
```
100
+
101
+
Detailed documentation on compose labels can be found in the [stack-back documentation](https://stack-back.readthedocs.io/en/latest/guide/configuration.html#compose-labels)
102
+
81
103
## The `rcb` command
82
104
83
105
Everything is controlled using the [`rcb` command line tool](./src/) from this repo.
0 commit comments