docker: remove legacy docker socket path

Signed-off-by: Tyler Auerbeck <tylerauerbeck@users.noreply.github.com>
This commit is contained in:
Tyler Auerbeck 2025-07-22 22:33:27 -04:00
parent 3517c9e4b1
commit 862f360c16
No known key found for this signature in database

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