Skip to content

Commit

Permalink
Add version 3.6 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber authored Dec 6, 2023
1 parent 15d234c commit 263ea6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ version: "3"

services:
nest-server:
image: nest/nest-simulator:3.4
image: nest/nest-simulator:3.6
environment:
LOCAL_USER_ID: "`id -u $USER`"
NEST_CONTAINER_MODE: "nest-server"
ports:
- "52425:52425"

nest-desktop:
image: nest/nest-simulator:3.4
image: nest/nest-simulator:3.6
environment:
LOCAL_USER_ID: "`id -u $USER`"
NEST_CONTAINER_MODE: "nest-desktop"
Expand All @@ -20,7 +20,7 @@ services:
- nest-server

nest-notebook:
image: nest/nest-simulator:3.4
image: nest/nest-simulator:3.6
volumes:
- .:/opt/data
environment:
Expand All @@ -30,7 +30,7 @@ services:
- "8080:8080"

nest-jupyterlab:
image: nest/nest-simulator:3.4
image: nest/nest-simulator:3.6
volumes:
- .:/opt/data
environment:
Expand Down

0 comments on commit 263ea6d

Please sign in to comment.