mirror of
https://github.com/PlayEdu/docker-compose.git
synced 2025-12-29 07:52:41 +08:00
v1.1
This commit is contained in:
@@ -25,7 +25,7 @@ volumes:
|
||||
services:
|
||||
### PlayEdu ################################################
|
||||
playedu:
|
||||
image: registry.cn-hangzhou.aliyuncs.com/playedu/light:1.0-beta.7.1
|
||||
image: registry.cn-hangzhou.aliyuncs.com/playedu/light:1.1
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data/logs/nginx:/var/log/nginx
|
||||
@@ -42,6 +42,7 @@ services:
|
||||
ports:
|
||||
- "${PLAYEDU_API_PORT:-9700}:80"
|
||||
- "${PLAYEDU_PC_PORT:-9800}:9800"
|
||||
- "${PLAYEDU_H5_PORT:-9801}:9801"
|
||||
- "${PLAYEDU_ADMIN_PORT:-9900}:9900"
|
||||
networks:
|
||||
- backend
|
||||
|
||||
Reference in New Issue
Block a user