服务器看板

rhycwu
33
2024-06-07

看到大佬们用的小清新:

代码如下:

version: '3'
services:
    uptime-kuma:
        image: louislam/uptime-kuma:1
        restart: always
        ports:
            - 3001:3001
        volumes:
            - ./uptime-kuma:/app/data
        container_name: uptime-kuma

还是一如既往的在项目里面新建

PixPin_2024-06-06_21-33-29.png

动物装饰