mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 12:31:06 -05:00
Remove debugging left in there
This commit is contained in:
parent
2f182ba55c
commit
0ef7cbf4c6
@ -15,7 +15,7 @@ services:
|
||||
env_file:
|
||||
docker/stikked-envvars.txt
|
||||
ports:
|
||||
- 8070:80
|
||||
- 80:80
|
||||
|
||||
volumes:
|
||||
db_data:
|
||||
|
@ -4,7 +4,8 @@ MYSQL_USER=stikked
|
||||
MYSQL_PASSWORD=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
|
||||
STIKKIT_DB_HOSTNAME=db
|
||||
|
Loading…
x
Reference in New Issue
Block a user