version: "3" services: slotscontrol_a: #容器显示名称 image: huoys/slotscontrol:vt1.0 #镜像 container_name: slotscontrol #控制器名称 restart: always #启动策略 ports: - 10356:8080 #http端口 - 10355:8000 #grpc端口 volumes: #挂载的配置文件和日志路径 - /etc/hosts:/etc/hosts - /etc/localtime:/etc/localtime - /usr/local/gitlab-runner/game/slotscontrol/gamelog/normal_a:/usr/local/bin/log - /usr/local/gitlab-runner/game/slotscontrol/normal_a/conf:/usr/local/bin/conf logging: driver: "json-file" options: max-size: "200m" #切割之前日志的最大大小。可取值单位为(k,m,g) max-file: "10"