用docker-compose方式启动顺便记录配置,颇为方便,附上常用例子

This commit is contained in:
gotoeasy
2024-03-20 21:26:57 +08:00
parent 2a7dee3d17
commit 0c146e2d69

View File

@@ -2,7 +2,6 @@ version: '3'
services:
glc:
image: 'gotoeasy/glc'
pull: always
container_name: glc
ports:
- '8080:8080'