Removed unused permissions
This commit is contained in:
parent
d5201e33ae
commit
f35d0af8e6
|
|
@ -4,10 +4,10 @@ services:
|
|||
image: soulteary/cronicle:$$cap_version
|
||||
restart: always
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- $$cap_appname:/opt/cronicle/data:rw
|
||||
- $$cap_appname-plugins:/opt/cronicle/plugins:rw
|
||||
- /etc/localtime:/etc/localtime
|
||||
- /etc/timezone:/etc/timezone
|
||||
- $$cap_appname:/opt/cronicle/data
|
||||
- $$cap_appname-plugins:/opt/cronicle/plugins
|
||||
environment:
|
||||
- TZ=$$cap_timezone
|
||||
logging:
|
||||
|
|
|
|||
Loading…
Reference in New Issue