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