mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-04 13:54:51 -04:00
Disable https in docker-compose (#3164)
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
||||
depends_on:
|
||||
- mysql
|
||||
ports:
|
||||
- "80:80"
|
||||
- "127.0.0.1:80:80"
|
||||
networks:
|
||||
- app_net
|
||||
- db_net
|
||||
@@ -28,7 +28,7 @@ services:
|
||||
- logs:/app/application/logs
|
||||
environment:
|
||||
- CI_ENV=production
|
||||
- FORCE_HTTPS=true
|
||||
- FORCE_HTTPS=false
|
||||
- PHP_TIMEZONE=UTC
|
||||
- MYSQL_USERNAME=admin
|
||||
- MYSQL_PASSWORD=pointofsale
|
||||
|
||||
Reference in New Issue
Block a user