Files
my-spring/docker-compose.yml
2026-03-19 10:57:24 +08:00

20 lines
516 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#
# Copyright (c) 2013-Now https://jeesite.com All rights reserved.
# No deletion without permission, or be held responsible to law.
# @author ThinkGem
#
name: jeesite-fast
services:
# JeeSite Fast使用 H2 数据库)
jeesite-fast:
container_name: jeesite-fast
image: crpi-u3zm0t8trv68xpyx.cn-qingdao.personal.cr.aliyuncs.com/thinkgem/jeesite:latest
ports:
- "8980:8980"
volumes:
- ./.docker/fast:/data
#restart: unless-stopped
# docker-compose -f docker-compose.yml up -d