Created
          April 6, 2022 13:35 
        
      - 
      
- 
        Save extrimua/5a075ac2b8d38c5649be1fac1314b4f7 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | docker run -d \ | |
| --name postgres \ | |
| -p 5432:5432 \ | |
| -e POSTGRES_PASSWORD=password \ | |
| -e POSTGRES_USER=postgres \ | |
| -e POSTGRES_DB=postgres \ | |
| -v postgresql_data=/var/lib/postgresql/data \ | |
| postgres | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment