]>
Commit | Line | Data |
---|---|---|
e4537f13 | 1 | --- |
2 | version: "2" | |
3 | services: | |
4 | homer: | |
5 | image: b4bz/homer | |
86f4680a | 6 | #To build from source, comment previous line and uncomment below |
7 | #build: . | |
e4537f13 | 8 | container_name: homer |
9 | volumes: | |
10 | - /your/local/assets/:/www/assets | |
11 | ports: | |
12 | - 8080:8080 | |
13 | #environment: | |
14 | # - UID=1000 | |
15 | # - GID=1000 | |
16 | restart: unless-stopped |