We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7567a48 commit 96edf8bCopy full SHA for 96edf8b
1 file changed
docker-compose.yml
@@ -169,7 +169,7 @@ services:
169
170
quepid:
171
container_name: quepid
172
- image: o19s/quepid:8.1.0
+ image: o19s/quepid:8.3.0
173
ports:
174
- 3000:3000
175
command: "foreman s -f Procfile"
@@ -179,7 +179,6 @@ services:
179
- RAILS_ENV=production
180
- DATABASE_URL=mysql2://root:${MYSQL_ROOT_PASSWORD}@mysql:3306/quepid
181
- FORCE_SSL=false
182
- - PREFER_SSL=false
183
- MAX_THREADS=2
184
- WEB_CONCURRENCY=2
185
- RAILS_LOG_TO_STDOUT=true
0 commit comments