Set hostnames

This commit is contained in:
Colin Hebert
2023-01-21 19:23:08 +01:00
parent 1e22ad95f2
commit 0bfaebd3a1
19 changed files with 21 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ name: Bootstrap
services:
docker:
hostname: docker
image: alpine/socat
command: tcp-listen:2375,fork,reuseaddr unix-connect:/var/run/docker.sock
networks:
@@ -13,6 +14,7 @@ services:
nas-compose.boostrap: true
portainer:
hostname: portainer
image: portainer/portainer-ce
command: >
--host tcp://docker:2375