Files
appstore/apps/nextcloud-linuxserver/34.0.0/docker-compose.yml
T

22 lines
444 B
YAML

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