removed a volume mount for dash container service
This commit is contained in:
@@ -445,10 +445,10 @@ services:
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
# Optionally, also mount docker socket if you want to use the docker containers widget
|
||||
- /var/run:/var/run:ro
|
||||
# - /var/run:/var/run:ro
|
||||
# @NOTE https://github.com/glanceapp/glance/blob/main/docs/configuration.md#configuring-glance
|
||||
- ~/.config/glance:/app/config:Z # @NOTE internal container server port is changed via 'glance.yml' config file; default is 8080
|
||||
# - ~/.local/glance:/app/assets:Z
|
||||
- ~/.local/glance:/app/assets:Z
|
||||
network_mode: "container:tailclient"
|
||||
# depends_on:
|
||||
# - tailclient
|
||||
|
||||
Reference in New Issue
Block a user