Switch from expose to ports
This commit is contained in:
parent
2f7017222a
commit
82c7e5beac
@ -2,5 +2,5 @@ services:
|
|||||||
nginx:
|
nginx:
|
||||||
image: nginx-rtmp
|
image: nginx-rtmp
|
||||||
restart: always
|
restart: always
|
||||||
expose:
|
ports:
|
||||||
- 1935:1935
|
- "1935:1935"
|
||||||
|
Loading…
Reference in New Issue
Block a user