用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: services:
glc: glc:
image: 'gotoeasy/glc' image: 'gotoeasy/glc'
pull: always
container_name: glc container_name: glc
ports: ports:
- '8080:8080' - '8080:8080'