Merge pull request #3133 from tylerauerbeck/fix-docker-socket

docker: remove legacy docker socket path
This commit is contained in:
Mathieu Tortuyaux 2025-07-24 09:19:03 +02:00 committed by GitHub
commit 616109cbd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ Description=Docker Socket for the API
PartOf=docker.service
[Socket]
ListenStream=/var/run/docker.sock
ListenStream=/run/docker.sock
SocketMode=0660
SocketUser=root
SocketGroup=docker