runtipi/apps/homarr/docker-compose.yml
Nicolas Meienberger 0689b1dbff Fix PR commentsw
2022-05-20 08:49:54 +02:00

12 lines
No EOL
270 B
YAML

version: '3'
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- ${APP_DATA_DIR}/data/config:/app/data/configs
ports:
- ${APP_PORT}:7575
networks:
- tipi_main_network