generated from erangel1/generic-template
Update docker-compose.yaml
This commit is contained in:
+3
-3
@@ -1,11 +1,11 @@
|
|||||||
services:
|
services:
|
||||||
glance:
|
glance:
|
||||||
container_name: glance
|
container_name: glance
|
||||||
image: glanceapp/glance:latest
|
image: glanceapp/glance:0.8.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/app/config
|
- /home/ampadmin/docker/glance/config:/app/config
|
||||||
- ./assets:/app/assets
|
- /home/ampadmin/docker/glance/assets:/app/assets
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
# Optionally, also mount docker socket if you want to use the docker containers widget
|
# Optionally, also mount docker socket if you want to use the docker containers widget
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user