Skip to content

Commit

Permalink
Merge pull request #58 from GRIDAPPSD/feature/removeDeprecatedVersion
Browse files Browse the repository at this point in the history
Version deprecation warning fix
  • Loading branch information
craig8 authored Jun 10, 2024
2 parents 226d03c + 4d7caae commit d22f2b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '2'

services:
sample_app:
image: gridappsd/sample_app${GRIDAPPSD_TAG}
Expand Down Expand Up @@ -81,8 +79,10 @@ services:

working_dir: /gridappsd
environment:
- PATH=/gridappsd/bin:/gridappsd/lib:/gridappsd/services/fncsgossbridge/service:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin
- PATH=/home/gridappsd/.local/bin:/gridappsd/bin:/gridappsd/lib:/gridappsd/services/fncsgossbridge/service:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin
- LD_LIBRARY_PATH=/usr/local/lib64
# Start the platform on boot
- AUTOSTART=0
# X11 application support--use same display as host, typically ":0"
# - DISPLAY=${DISPLAY}
# Debugging is only necessary if you intend to remote debug the GridAPPS-D process iself.
Expand Down
2 changes: 1 addition & 1 deletion docker_install_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Environment variables you need to set so you don't have to edit the script below.
DOCKER_CHANNEL=stable
DOCKER_COMPOSE_VERSION=1.18.0
DOCKER_COMPOSE_VERSION=2.26.0

# Update the apt package index.
sudo apt-get update
Expand Down

0 comments on commit d22f2b2

Please sign in to comment.