mirror of
https://github.com/casjaysdevdocker/ympd
synced 2025-01-18 00:34:20 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
3c497c8821
commit
1c9cfb9d09
@ -1,5 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Set bash options
|
||||
[ -n "$DEBUG" ] && set -x
|
||||
set -o pipefail
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
DOCKER_PORT="8082"
|
||||
DOCKER_HOST="$(ip route | awk '/default/ { print $3 }')"
|
||||
export TZ="${TZ:-America/New_York}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user