]> git.immae.eu Git - github/bastienwirtz/homer.git/blame_incremental - docker-compose.yml
Bump vite from 4.4.9 to 4.5.2
[github/bastienwirtz/homer.git] / docker-compose.yml
... / ...
CommitLineData
1---
2version: "2"
3services:
4 homer:
5 image: b4bz/homer
6 #To build from source, comment previous line and uncomment below
7 #build: .
8 container_name: homer
9 volumes:
10 - /your/local/assets/:/www/assets
11 ports:
12 - 8080:8080
13 user: 1000:1000 # default
14 environment:
15 - INIT_ASSETS=1 # default