Skip to content

Commit

Permalink
#132 use mem settings from Docker env, continued
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Aug 10, 2018
1 parent 36eb917 commit cd89313
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions services/geoserver/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: '3.1'
version: '2'

services:
geoserver:
image: smartemission/se-geoserver:2.12.1-3
mem_limit: 5g

deploy:
# deploy:
# resources:
# limits:
# cpus: '0.50'
Expand Down
2 changes: 1 addition & 1 deletion services/influxdb/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##!/bin/bash
#!/bin/bash
#
# Test DB for general health.
#
Expand Down

0 comments on commit cd89313

Please sign in to comment.