fix author for lazylibrarian and smokeping
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
This commit is contained in:
parent
6938271b18
commit
783c199d42
|
@ -28,45 +28,36 @@ services:
|
|||
source: /DATA/AppData/lazylibrarian/config
|
||||
target: /config
|
||||
x-casaos:
|
||||
author: asaOS Team
|
||||
author: CasaOS Team
|
||||
category: Downloader
|
||||
container:
|
||||
envs:
|
||||
-
|
||||
container: PUID
|
||||
- container: PUID
|
||||
description:
|
||||
en_US: ""
|
||||
-
|
||||
container: PGID
|
||||
- container: PGID
|
||||
description:
|
||||
en_US: ""
|
||||
-
|
||||
container: TZ
|
||||
- container: TZ
|
||||
description:
|
||||
en_US: ""
|
||||
-
|
||||
container: DOCKER_MODS
|
||||
- container: DOCKER_MODS
|
||||
description:
|
||||
en_US: ""
|
||||
port_map: "5299"
|
||||
ports:
|
||||
-
|
||||
container: "5299"
|
||||
- container: "5299"
|
||||
description:
|
||||
en_US: ""
|
||||
|
||||
|
||||
volumes:
|
||||
-
|
||||
container: /downloads
|
||||
- container: /downloads
|
||||
description:
|
||||
en_US: ""
|
||||
-
|
||||
container: /books
|
||||
- container: /books
|
||||
description:
|
||||
en_US: ""
|
||||
-
|
||||
container: /config
|
||||
- container: /config
|
||||
description:
|
||||
en_US: ""
|
||||
description:
|
||||
|
|
|
@ -24,37 +24,30 @@ services:
|
|||
source: /DATA/AppData/smokeping/data
|
||||
target: /data
|
||||
x-casaos:
|
||||
author: asaOS Team
|
||||
author: CasaOS Team
|
||||
category: Network
|
||||
container:
|
||||
envs:
|
||||
-
|
||||
container: PUID
|
||||
- container: PUID
|
||||
description:
|
||||
en_US: ""
|
||||
-
|
||||
container: PGID
|
||||
- container: PGID
|
||||
description:
|
||||
en_US: ""
|
||||
-
|
||||
container: TZ
|
||||
- container: TZ
|
||||
description:
|
||||
en_US: ""
|
||||
port_map: "80"
|
||||
ports:
|
||||
-
|
||||
container: "80"
|
||||
- container: "80"
|
||||
description:
|
||||
en_US: ""
|
||||
|
||||
|
||||
volumes:
|
||||
-
|
||||
container: /config
|
||||
- container: /config
|
||||
description:
|
||||
en_US: ""
|
||||
-
|
||||
container: /data
|
||||
- container: /data
|
||||
description:
|
||||
en_US: ""
|
||||
description:
|
||||
|
|
Loading…
Reference in New Issue