diff --git a/docker-compose.yml b/docker-compose.yml index 2c48307..6c3b27d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: env_file: docker/stikked-envvars.txt ports: - - 8070:80 + - 80:80 volumes: db_data: diff --git a/docker/stikked-envvars.txt b/docker/stikked-envvars.txt index 2f9ab3a..d511f70 100644 --- a/docker/stikked-envvars.txt +++ b/docker/stikked-envvars.txt @@ -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