Skip to content

Instantly share code, notes, and snippets.

@rubyon
Created March 18, 2017 00:00
Show Gist options
  • Save rubyon/45039ddaf8a8c21d8ae4c4c4d294e8b4 to your computer and use it in GitHub Desktop.
Save rubyon/45039ddaf8a8c21d8ae4c4c4d294e8b4 to your computer and use it in GitHub Desktop.
sudo docker exec -it gitea-db psql -U postgres
CREATE USER gitea WITH PASSWORD '98010~!@';
CREATE DATABASE gitea OWNER gitea;
\q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment