mural-server 1.1.2

Server software for the mural wallpaper service
Documentation
1
2
3
4
5
6
7
8
9
10
services:
    mural_server:
        image: ghcr.io/mural-sync/mural-server
        container_name: mural_server
        ports:
            - 46666:46666
        volumes:
            - ./config:/config
        environment:
            - MURAL_SERVER_CONFIG_HOME=/config