Merge pull request #2 from danieldupriest/docker-config

Changed docker-compose version to '3.3' and added 'localhost'
This commit is contained in:
Logan Miller 2019-01-10 13:10:34 -08:00 committed by GitHub
commit 9868b17f9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = ['192.168.99.100'] ALLOWED_HOSTS = ['localhost','192.168.99.100']
# Application definition # Application definition

View file

@ -1,4 +1,4 @@
version: '3.6' version: '3.3'
services: services:
api: api: