Fixed Homarr Compose

This commit is contained in:
DrMxrcy 2022-05-19 14:07:05 +00:00
parent 00c8c52afd
commit 6cbfb3aebe

View file

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