Files
appstore/apps/webgrabplus-linuxserver/5.6.1/docker-compose.yml
T

20 lines
398 B
YAML

networks:
1panel-network:
external: true
services:
webgrabplus:
image: "linuxserver/webgrabplus:5.6.1"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
volumes:
- "${CONFIG_PATH}:/config"
- "${DATA_PATH}:/data"
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
labels:
createdBy: "Apps"