Disable volume map
This commit is contained in:
parent
851cb52aac
commit
fb81db3336
@ -66,7 +66,7 @@ services:
|
||||
ports:
|
||||
- "3100:3100"
|
||||
volumes:
|
||||
- ${DOCKER_DATA}/loki-logs:/loki-logs
|
||||
#- ${DOCKER_DATA}/loki-logs:/loki-logs
|
||||
- ./loki-config.yml:/etc/loki/loki-config.yml # not sure if this works. If not, just edit the config within the data volume
|
||||
restart: "no"
|
||||
command: -config.file=/etc/loki/loki-config.yml
|
||||
|
Loading…
Reference in New Issue
Block a user