Remove device reservations from docker-compose file

This commit is contained in:
Tatsuya Ishikawa 2026-01-08 12:20:13 +09:00 committed by GitHub
parent 1afdff0826
commit 88cffb383a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,11 +45,6 @@ services:
- ${HOST_PORT_HTTP}:3000
- ${HOST_PORT_TURN}:3478/tcp
- ${HOST_PORT_TURN}:3478/udp
deploy:
resources:
reservations:
devices: []
devices: []
restart: unless-stopped
stdin_open: true
tty: true