Merge pull request #2 from danieldupriest/docker-config
Changed docker-compose version to '3.3' and added 'localhost'
This commit is contained in:
		
						commit
						9868b17f9f
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -25,7 +25,7 @@ SECRET_KEY = 'w*d2$rg#i88&6^9u2)jl0!4_)=_e1)0fxreofqzb(qxaw$3+$d' | |||
| # SECURITY WARNING: don't run with debug turned on in production! | ||||
| DEBUG = True | ||||
| 
 | ||||
| ALLOWED_HOSTS = ['192.168.99.100'] | ||||
| ALLOWED_HOSTS = ['localhost','192.168.99.100'] | ||||
| 
 | ||||
| 
 | ||||
| # Application definition | ||||
|  |  | |||
|  | @ -1,4 +1,4 @@ | |||
| version: '3.6' | ||||
| version: '3.3' | ||||
| 
 | ||||
| services: | ||||
|   api: | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Logan Miller
						Logan Miller