@@ -5,6 +5,7 @@ services:
|
|||||||
- 3033:3033
|
- 3033:3033
|
||||||
volumes:
|
volumes:
|
||||||
- <your dir>:/downloads # replace <your dir> with a directory on your host system
|
- <your dir>:/downloads # replace <your dir> with a directory on your host system
|
||||||
|
- <your dir>:/config # directory where config.yml will be stored
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl -f http://localhost:3033 || exit 1
|
test: curl -f http://localhost:3033 || exit 1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -254,7 +254,7 @@ export default function Settings() {
|
|||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Typography variant="h6" color="primary" sx={{ mt: 0.5, mb: 2 }}>
|
<Typography variant="h6" color="primary" sx={{ mt: 0.5, mb: 2 }}>
|
||||||
Appaerance
|
Appearance
|
||||||
</Typography>
|
</Typography>
|
||||||
<Grid container spacing={2}>
|
<Grid container spacing={2}>
|
||||||
<Grid item xs={12} md={6}>
|
<Grid item xs={12} md={6}>
|
||||||
|
|||||||
Reference in New Issue
Block a user