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 0a1d138 commit 0bd422f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
version: '3'


services:
app:
container_name: tvmultiverse28
restart: always
image: 'biganshagarwal/tvmultiverse28'
build: .
volumes:
volumes:
- .:/app
ports:
- '8080:3000'
Expand All @@ -25,7 +24,6 @@ services:
networks:
- app-network


networks:
app-network:
driver: bridge

0 comments on commit 0bd422f

Please sign in to comment.