🐛 fix(byte-muse): correct docker image tag for arm architecture
- update image name from 'byte-muse_arm' to 'byte-muse-arm'
This commit is contained in:
parent
35700b3419
commit
1c3e81b3d9
|
|
@ -4,7 +4,7 @@ networks:
|
|||
|
||||
services:
|
||||
auto-lady:
|
||||
image: envyafish/byte-muse_arm:1.25.1
|
||||
image: envyafish/byte-muse-arm:1.25.1
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
|
|
|||
Loading…
Reference in New Issue