Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
change docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
bigansh committed Jun 15, 2021
1 parent c95aa7c commit 0a1d138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
app:
container_name: tvmultiverse28
restart: always
image: biganshagarwal/tvmultiverse28
image: 'biganshagarwal/tvmultiverse28'
build: .
volumes:
- .:/app
Expand All @@ -25,7 +25,7 @@ services:
networks:
- app-network


networks:
app-network:
driver: bridge

0 comments on commit 0a1d138

Please sign in to comment.