Remove debugging left in there

This commit is contained in:
Rob Thomas 2018-03-16 04:44:31 +00:00
parent 2f182ba55c
commit 0ef7cbf4c6
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,7 @@ services:
env_file: env_file:
docker/stikked-envvars.txt docker/stikked-envvars.txt
ports: ports:
- 8070:80 - 80:80
volumes: volumes:
db_data: db_data:

View File

@ -4,7 +4,8 @@ MYSQL_USER=stikked
MYSQL_PASSWORD=stikked MYSQL_PASSWORD=stikked
STIKKED_SITE_NAME=Stikked STIKKED_SITE_NAME=Stikked
STIKKED_BASE_URL=http:\/\/stikked.local\/ # Note that there is no need to escape the URL
STIKKED_BASE_URL=http://stikked.local/
# This should match the database container name # This should match the database container name
STIKKIT_DB_HOSTNAME=db STIKKIT_DB_HOSTNAME=db