Skip to content

Commit

Permalink
update to use diffrent image.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Sep 6, 2022
1 parent 71a43e2 commit b873d7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.4"
services:

server:
image: aemdesign/centos-java-buildpack:jdk11
image: aemdesign/java-buildpack:jdk11
restart: always
extends:
file: ../common/config-tz.yml
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
- internal

webp-create:
image: aemdesign/centos-java-buildpack:jdk11
image: aemdesign/java-buildpack:jdk11
extends:
file: ../common/config-tz.yml
service: config
Expand All @@ -49,7 +49,7 @@ services:
- internal

webp-update:
image: aemdesign/centos-java-buildpack:jdk11
image: aemdesign/java-buildpack:jdk11
extends:
file: ../common/config-tz.yml
service: config
Expand Down

0 comments on commit b873d7f

Please sign in to comment.