Skip to content

Commit

Permalink
Merge pull request #605 from mozzy11/develop
Browse files Browse the repository at this point in the history
use certs image from docker hub
  • Loading branch information
mozzy11 authored Nov 20, 2023
2 parents 102d553 + 91ed307 commit fbb726f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.3'
services:
certs:
container_name: oe-certs
image: ghcr.io/i-tech-uw/certgen:main
image: itechuw/certgen:main
restart: always
environment:
- KEYSTORE_PW="kspass"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.3'
services:
certs:
container_name: oe-certs
image: ghcr.io/i-tech-uw/certgen:main
image: itechuw/certgen:main
restart: always
environment:
- KEYSTORE_PW="kspass"
Expand Down

0 comments on commit fbb726f

Please sign in to comment.