diff --git a/Makefile b/Makefile index 7a8c535..bb4e763 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ run: # Docker build-docker: - docker build -t clipboard-share:$(VERSION) . + docker build -t clipboard-share-api:$(VERSION) . run-docker: - docker run -p 8080:8080 -v $(shell pwd)/db:/app/db -v $(shell pwd)/configs:/app/config --name clipboard-share clipboard-share:$(VERSION) \ No newline at end of file + docker run -p 8080:8080 -v $(shell pwd)/db:/app/db -v $(shell pwd)/configs:/app/config --name clipboard-share-api clipboard-share-api:$(VERSION) \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml index 579a904..3c8edeb 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,7 +6,6 @@ services: volumes: - ./db/:/app/db/ - ./configs/:/app/config/ - network_mode: "host" web: build: ./web ports: