Projects STRLCPY LogonTracer Commits 80dc3450
🤬
  • Updated Dockerfile and docker-compose.yml

    Updated neo4j version 4.2.2 to 4.2.6
  • Loading...
  • shusei tomonaga committed 3 years ago
    80dc3450
    1 parent d723bad3
  • ■ ■ ■ ■
    docker/Dockerfile
    1  -FROM neo4j:4.2.2
     1 +FROM neo4j:4.2.6
    2 2   
    3 3  # ensure local python is preferred over distribution python
    4 4  ENV PATH /usr/local/bin:$PATH
    skipped 223 lines
  • ■ ■ ■ ■
    docker-compose/docker-compose.yml
    skipped 1 lines
    2 2  services:
    3 3   neo4j:
    4 4   container_name: neo4j
    5  - image: neo4j:4.2.2
     5 + image: neo4j:4.2.6
    6 6   # Using volumes slows down the container.
    7 7   #volumes:
    8 8   # - ./neo4j/data:/data
    skipped 41 lines
  • ■ ■ ■ ■
    docker-compose-with-elasticstack/docker-compose.yml
    skipped 1 lines
    2 2  services:
    3 3   neo4j:
    4 4   container_name: neo4j
    5  - image: neo4j:4.2.2
     5 + image: neo4j:4.2.6
    6 6   # Using volumes slows down the container.
    7 7   #volumes:
    8 8   # - ./neo4j/data:/data
    skipped 74 lines
Please wait...
Page is in error, reload to recover