mirror of
https://github.com/gotoeasy/glogcenter.git
synced 2025-09-26 19:51:16 +08:00
用docker-compose方式启动顺便记录配置,颇为方便,附上常用例子
This commit is contained in:
@@ -2,7 +2,6 @@ version: '3'
|
||||
services:
|
||||
glc:
|
||||
image: 'gotoeasy/glc'
|
||||
pull: always
|
||||
container_name: glc
|
||||
ports:
|
||||
- '8080:8080'
|
||||
|
Reference in New Issue
Block a user