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

20 lines
399 B
YAML

networks:
1panel-network:
external: true
services:
webgrabplus:
image: "linuxserver/webgrabplus:latest"
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"