Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
homin12 committed Dec 12, 2024
1 parent 831ce87 commit f01e409
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
services:
backend:
container_name: anime-backend
image: ${DOCKER_REGISTRY-}backend
environment:
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_HTTP_PORTS=8080
Expand All @@ -18,7 +17,6 @@ services:

frontend:
container_name: anime-frontend
image: ${DOCKER_REGISTRY-}frontend
restart: on-failure
ports:
- "127.0.0.1:8000:80"
Expand Down

0 comments on commit f01e409

Please sign in to comment.