Skip to content

Commit

Permalink
Updating docker targets
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Jul 12, 2023
1 parent a865236 commit 6382580
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.dpf.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## To be executed after license server
services:
dpf:
image: 'ghcr.io/pyansys/dpf-core:22.2dev'
image: 'ghcr.io/ansys/dpf-core:22.2dev'
ports:
- '50056:50052'
restart: always
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.license_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ version: '3.3'

services:
license_server:
image: 'ghcr.io/pyansys/ansyslm:222'
image: 'ghcr.io/ansys/ansyslm:222'
ports:
- '1055:1055'
- '2325:2325'
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
ports:
- '50052:50052'
- '50055:50055'
image: 'ghcr.io/pyansys/mapdl:v22.2-ubuntu'
image: 'ghcr.io/ansys/mapdl:v22.2-ubuntu'
user: "0:0"
entrypoint: "/bin/bash ansys -grpc"

0 comments on commit 6382580

Please sign in to comment.