Skip to content

Commit 4e8f5ab

Browse files
authored
Merge pull request #424 from lryjnks/patch-1
Update docker-compose.yml
2 parents 6a42f7c + 2f4041b commit 4e8f5ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docker/docker-compose.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
version: '3'
2-
1+
---
32
services:
43
backend:
54
image: 4gray/iptvnator-backend:latest
@@ -14,4 +13,4 @@ services:
1413
- "4333:80"
1514
environment:
1615
- BACKEND_URL=http://192.168.172.67:7333 # this one should match with the address of the backend service
17-
16+

0 commit comments

Comments
 (0)