From 057a44065c44eceaa2f31bf8ed2999dcfc374422 Mon Sep 17 00:00:00 2001 From: bigfengyu Date: Thu, 31 Oct 2019 22:44:37 +0800 Subject: [PATCH] fix: update docker-compose.yml --- docker-compose.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d8a60f9..13102a6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,18 +7,15 @@ version: "3" services: # frontend dolores: - # image: nginx:stable-alpine - image: rapcore/rap2-dolores:latest + image: rapteam/rap2-dolores:latest ports: - 38081:38081 # backend delos: - # build from ./Dockerfile - image: rapcore/rap2-delos:latest + image: rapteam/rap2-delos:latest ports: - 38080:38080 - # build from images environment: - SERVE_PORT=38080 # if you have your own mysql, config it here, and disable the 'mysql' config blow