frozendark01 / docker-compose-templates

Docker Compose application templates for homeserver setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-compose-templates

A set of collections of docker-compose templates!

Create Docker compose files from docker run commands using Composerize => https://www.composerize.com/

Configuring remote access with systemd unit file

Use the command sudo systemctl edit docker.service to open an override file for docker.service in a text editor.
```
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd -H fd:// -H tcp://0.0.0.0:2375
```

sudo systemctl restart docker.service

About

Docker Compose application templates for homeserver setup


Languages

Language:Shell 100.0%