Switch from expose to ports

This commit is contained in:
Stefan Ritter 2025-01-04 09:57:06 +01:00
parent 2f7017222a
commit 82c7e5beac

View File

@ -2,5 +2,5 @@ services:
nginx: nginx:
image: nginx-rtmp image: nginx-rtmp
restart: always restart: always
expose: ports:
- 1935:1935 - "1935:1935"