Fixed Homarr Compose
This commit is contained in:
parent
00c8c52afd
commit
6cbfb3aebe
1 changed files with 12 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue