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
|
source: /DATA/AppData/lazylibrarian/config
|
||||||
target: /config
|
target: /config
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: asaOS Team
|
author: CasaOS Team
|
||||||
category: Downloader
|
category: Downloader
|
||||||
container:
|
container:
|
||||||
envs:
|
envs:
|
||||||
-
|
- container: PUID
|
||||||
container: PUID
|
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
-
|
- container: PGID
|
||||||
container: PGID
|
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
-
|
- container: TZ
|
||||||
container: TZ
|
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
-
|
- container: DOCKER_MODS
|
||||||
container: DOCKER_MODS
|
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
port_map: "5299"
|
port_map: "5299"
|
||||||
ports:
|
ports:
|
||||||
-
|
- container: "5299"
|
||||||
container: "5299"
|
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
-
|
- container: /downloads
|
||||||
container: /downloads
|
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
-
|
- container: /books
|
||||||
container: /books
|
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
-
|
- container: /config
|
||||||
container: /config
|
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -24,37 +24,30 @@ services:
|
||||||
source: /DATA/AppData/smokeping/data
|
source: /DATA/AppData/smokeping/data
|
||||||
target: /data
|
target: /data
|
||||||
x-casaos:
|
x-casaos:
|
||||||
author: asaOS Team
|
author: CasaOS Team
|
||||||
category: Network
|
category: Network
|
||||||
container:
|
container:
|
||||||
envs:
|
envs:
|
||||||
-
|
- container: PUID
|
||||||
container: PUID
|
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
-
|
- container: PGID
|
||||||
container: PGID
|
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
-
|
- container: TZ
|
||||||
container: TZ
|
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
port_map: "80"
|
port_map: "80"
|
||||||
ports:
|
ports:
|
||||||
-
|
- container: "80"
|
||||||
container: "80"
|
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
-
|
- container: /config
|
||||||
container: /config
|
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
-
|
- container: /data
|
||||||
container: /data
|
|
||||||
description:
|
description:
|
||||||
en_US: ""
|
en_US: ""
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in New Issue