Skip to content

Commit

Permalink
Set major version 8 for nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
derschatta committed Aug 12, 2019
1 parent be72db5 commit a520d54
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 a520d54

Please sign in to comment.