docker 部署

This commit is contained in:
wuchao 2024-06-27 11:16:08 +08:00
parent 5e9a906897
commit 8dafb0820e
1 changed files with 2 additions and 2 deletions

View File

@ -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