liaowen有人帮忙看一下 remark42 配置吗 中发帖

version: "2"
services:
remark:
# remove the next line in case you want to use this Docker Compose file separately
# as otherwise it would complain for absence of Dockerfile
image: 127.0.0.1:15000/docker.io/umputun/remark42:latest
container_name: remark42
hostname: remark42
restart: always
logging:
driver: json-file
options:
max-size: 10m
ma...