# Copy this file to /usr/sbin/start to enable easy startup
# sudo cp start.sh /usr/sbin/start
#docker stack deploy -c compose.yml ${PWD##*/}
# Check if .env file exists in the current directory
if[ ! -f ".env"];then
touch .env
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.