Fixed error with App ID caused by me being silly!
This commit is contained in:
parent
7663e96bbc
commit
ef59053170
|
@ -1,20 +1,10 @@
|
||||||
version: "1.8.1-ls82"
|
version: "1.8.1-ls82"
|
||||||
services:
|
services:
|
||||||
<<<<<<< HEAD
|
|
||||||
qdirstat:
|
qdirstat:
|
||||||
=======
|
|
||||||
glances:
|
|
||||||
>>>>>>> e02ff9483d2cfaca07d498612d7a1204d15e96ea
|
|
||||||
container_name: qdirstat
|
container_name: qdirstat
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:3000
|
- ${APP_PORT}:3000
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
environment:
|
|
||||||
- TZ=${TZ}
|
|
||||||
- GLANCES_OPT=-w
|
|
||||||
>>>>>>> e02ff9483d2cfaca07d498612d7a1204d15e96ea
|
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/qdirstat/:config
|
- ${APP_DATA_DIR}/data/qdirstat/:config
|
||||||
- ${APP_DATA_DIR}/data/qdirstat/app/:data
|
- ${APP_DATA_DIR}/data/qdirstat/app/:data
|
||||||
|
|
Loading…
Reference in New Issue
Block a user