add docker compose config
This commit is contained in:
parent
431ad01355
commit
d77b67e72f
|
|
@ -2,7 +2,7 @@ version: "3.9"
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
container_name: beancount-gs
|
container_name: beancount-gs
|
||||||
image: xdbin/beancount-gs:0.0.1
|
image: xdbin/beancount-gs:latest
|
||||||
ports:
|
ports:
|
||||||
- "10000:80"
|
- "10000:80"
|
||||||
# volumes 挂载目录会导 /app/public/icons 中的图标被覆盖,这里将默认图标在挂载后重新拷贝图标
|
# volumes 挂载目录会导 /app/public/icons 中的图标被覆盖,这里将默认图标在挂载后重新拷贝图标
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue