fix: Change restart mode for Codespaces

This commit is contained in:
Kroese 2025-10-14 02:28:15 +02:00 committed by GitHub
parent b2d8b6f7a0
commit 013c18ef2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,5 +18,5 @@ services:
- 3389:3389/udp - 3389:3389/udp
volumes: volumes:
- ./windows:/storage - ./windows:/storage
restart: always restart: on-failure
stop_grace_period: 2m stop_grace_period: 2m