Update Crafty Controller to 4.3.0 (#436)
Updating the Crafty controller app to 4.3.0. No breaking changes for how the docker container for Crafty operates. Major version change because it is impossible to downgrade from 4.3.0. Tested in CasaOS without issue 2024-03-08 Quotes changed per YML linting. --------- Co-authored-by: Wout Bouckaert <woutbouckaert@gmail.com>
This commit is contained in:
parent
594c34e667
commit
5aacb4ff23
|
@ -1,11 +1,11 @@
|
|||
name: crafty
|
||||
# Base file from https://gitlab.com/crafty-controller/crafty-4/-/blob/dev/docker/docker-compose.yml
|
||||
version: '3'
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
crafty:
|
||||
container_name: crafty-container
|
||||
image: registry.gitlab.com/crafty-controller/crafty-4:4.2.3
|
||||
image: registry.gitlab.com/crafty-controller/crafty-4:4.3.0
|
||||
restart: always
|
||||
environment:
|
||||
- TZ=Etc/UTC
|
||||
|
|
Loading…
Reference in New Issue