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