Skip to content

Commit

Permalink
fix: tags for images
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlexeyn committed Dec 9, 2024
1 parent 4057ffe commit 49620f9
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
Expand Up @@ -13,7 +13,6 @@ services:

app-backend:
container_name: repair-backend
image: app
restart: on-failure
ports:
- "8000:8000"
Expand All @@ -25,7 +24,6 @@ services:

app-frontend:
container_name: repair-frontend
image: app_vue
restart: on-failure
build: ./frontend
ports:
Expand Down

0 comments on commit 49620f9

Please sign in to comment.