Update docker-compose.yaml
This commit is contained in:
parent
bcfc5ec966
commit
762c220889
|
|
@ -7,6 +7,8 @@ services:
|
|||
context: ../
|
||||
dockerfile: ./docker/Dockerfile
|
||||
image: elsadashboard:latest
|
||||
# Use the below image if you do not like to build the image yourself
|
||||
# image: ghcr.io/elsa-workflows/elsa-core/elsa-dashboard:latest
|
||||
container_name: elsa-dashboard
|
||||
environment:
|
||||
- ASPNETCORE_ENVIRONMENT=Development
|
||||
|
|
@ -23,4 +25,4 @@ services:
|
|||
container_name: elsa-smtp4dev
|
||||
ports:
|
||||
- "3000:80"
|
||||
- "2525:25"
|
||||
- "2525:25"
|
||||
|
|
|
|||
Loading…
Reference in a new issue