mirror of
https://github.com/cubixle/gridlock.git
synced 2026-04-24 21:24:42 +01:00
update default stats dir
This commit is contained in:
@@ -2,16 +2,16 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
server:
|
||||||
image: helprob:latest
|
image: gridlock:latest
|
||||||
restart: always
|
restart: always
|
||||||
container_name: helprob
|
container_name: gridlock
|
||||||
environment:
|
environment:
|
||||||
- "LOG_FILE_DIR=/var/logs/helprob"
|
- "LOG_FILE_DIR=/var/logs/gridlock"
|
||||||
- "DOMAIN=honey.cubixle.me"
|
- "DOMAIN=honey.cubixle.me"
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8070:8070"
|
- "127.0.0.1:8070:8070"
|
||||||
volumes:
|
volumes:
|
||||||
- logs:/var/logs/helprob
|
- logs:/var/logs/gridlock
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
logs:
|
logs:
|
||||||
|
|||||||
Reference in New Issue
Block a user