mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 20:41:20 -05:00
Remove debugging left in there
This commit is contained in:
parent
2f182ba55c
commit
0ef7cbf4c6
@ -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:
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user