docker 部署
This commit is contained in:
parent
5e9a906897
commit
8dafb0820e
4
Makefile
4
Makefile
|
@ -30,8 +30,8 @@ run:
|
||||||
@docker run --privileged -itd \
|
@docker run --privileged -itd \
|
||||||
--name $(DOCKER_SERVER) \
|
--name $(DOCKER_SERVER) \
|
||||||
--restart=always \
|
--restart=always \
|
||||||
-p $(HTTP_PORT):8090 \
|
-p $(HTTP_PORT):$(HTTP_PORT) \
|
||||||
-v $(PWD)/configs:/app/configs \
|
-v $(PWD)/.env:/app/.env \
|
||||||
$(DOCKER_IMAGE)
|
$(DOCKER_IMAGE)
|
||||||
|
|
||||||
.PHONY: init
|
.PHONY: init
|
||||||
|
|
Loading…
Reference in New Issue