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:
image: nginx-rtmp
restart: always
expose:
- 1935:1935
ports:
- "1935:1935"