Portainer Stack: add local time from host
This commit is contained in:
parent
46c7a54326
commit
4d615cbed3
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ services:
|
||||||
container_name: portainer
|
container_name: portainer
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ./Data:/data
|
- ./Data:/data
|
||||||
image: portainer/portainer-ce:lts
|
image: portainer/portainer-ce:lts
|
||||||
|
|
Loading…
Add table
Reference in a new issue