mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
11 lines
153 B
SYSTEMD
11 lines
153 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=TCP Socket for the Docker API
|
||
|
|
|
||
|
|
[Socket]
|
||
|
|
ListenStream=2375
|
||
|
|
BindIPv6Only=both
|
||
|
|
Service=docker.service
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=sockets.target
|