Files
postgres/rootfs/usr/local/share/template-files/config/env/examples/dockerd.sh
casjay 2e61037096 🦈🏠🐜 Initial Commit 🐜🦈🏠
2023-09-02 21:31:55 -04:00

5 lines
214 B
Bash

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# docker env
DOCKER_HOST="${DOCKER_HOST:-unix://var/run/docker.sock}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -