Skip to content

Commit

Permalink
update imageTag
Browse files Browse the repository at this point in the history
  • Loading branch information
chobbs committed Oct 4, 2021
1 parent 4adb951 commit 02d64bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ services:
build:
context: .
args:
IMAGE: ${RUNDECK_IMAGE:-rundeck/rundeck:3.3.0}
IMAGE: ${RUNDECK_IMAGE:-rundeckpro/enterprise:SNAPSHOT}
container_name: rundeck-ssl
command: "-Dserver.https.port=4443 -Drundeck.ssl.config=/home/rundeck/server/config/ssl.properties"
ports:
- 4443:4443
environment:
RUNDECK_GRAILS_URL: https://test:4443
RUNDECK_GRAILS_URL: https://rundeck:4443

0 comments on commit 02d64bd

Please sign in to comment.