Files
marvinblum/postgres/clear_logs.sh

5 lines
105 B
Bash

#!/bin/bash
echo "Clearing docker logs..."
echo "" > $(docker inspect --format='{{.LogPath}}' postgres)