Skip to content

Commit

Permalink
Merge pull request #61 from derschatta/node-8-upgrade
Browse files Browse the repository at this point in the history
Set major version 8 for nodejs
  • Loading branch information
derschatta authored Aug 12, 2019
2 parents be72db5 + a520d54 commit 8548f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
# docker-compose -f docker-compose.yml -f compose/nginx.yml -f compose/pgsql.yml -f compose/php.yml up -d pgsql php-7.3

nodejs:
image: node:8.11
image: node:8
container_name: totara_nodejs
volumes:
- ${LOCAL_SRC}:${REMOTE_SRC}
Expand Down

0 comments on commit 8548f85

Please sign in to comment.