Skip to content

Commit 7f1d5b3

Browse files
committedJan 8, 2023
Remove M argument
1 parent e226fbf commit 7f1d5b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ services:
496496
environment:
497497
- PUID=${PUID:-1000}
498498
- PGID=${PUID:-1000}
499-
- MEM_LIMIT=1024M
499+
- MEM_LIMIT=1024
500500
ports:
501501
- "3478:3478/udp" # STUN
502502
- "10001:10001/udp" # Discovery

0 commit comments

Comments
 (0)
Please sign in to comment.