You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
640 B
YAML

This container needs special attention. Please check https://hub.docker.com/r/linuxserver/docker-compose for details.
---
version: "2.1"
services:
docker-compose:
image: ghcr.io/linuxserver/docker-compose
container_name: docker-compose
environment:
# for GroupID
- PUID=${PUID:-1024}
# for UserID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# Configuration files.
- ${BASEDIR:-/volume1/docker}/docker-compose/config:/config
ports:
# Application WebUI
- 80:80
restart: unless-stopped