fix project dir
This commit is contained in:
parent
662046655c
commit
1379435ea1
1 changed files with 2 additions and 2 deletions
|
@ -7,6 +7,6 @@ docker-compose ()
|
||||||
$DOCKER_COMPOSE_BIN $(find -name 'docker-compose*.yml' -type f -perm -u+x -printf '%p\t%d\n' 2>/dev/null | sort -n -k2 | cut -f 1 | awk '{print "-f "$0}') $@
|
$DOCKER_COMPOSE_BIN $(find -name 'docker-compose*.yml' -type f -perm -u+x -printf '%p\t%d\n' 2>/dev/null | sort -n -k2 | cut -f 1 | awk '{print "-f "$0}') $@
|
||||||
}
|
}
|
||||||
|
|
||||||
#alias up='docker-compose --env-file /srv/hosting/.env up -d'
|
#alias up='docker-compose --env-file /srv/selfhosting/.env up -d'
|
||||||
#alias down='docker-compose --env-file /srv/hosting/.env down'
|
#alias down='docker-compose --env-file /srv/selfhosting/.env down'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue