Skip to content

Commit

Permalink
Rename built docker image for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dwt committed Dec 10, 2024
1 parent cbb42a8 commit 0dd274d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
build:
context: .
dockerfile: ./docker/base/Dockerfile
image: localhost/zms:latest
image: localhost/zope:${ZOPE_TAG:-latest}
depends_on:
- zeo
stop_grace_period: 1s # SIGKILL after 1s, as zope is always taking the full 10 seconds
Expand Down Expand Up @@ -49,7 +49,7 @@ services:
build:
context: .
dockerfile: ./docker/base/Dockerfile
image: localhost/zms:latest
image: localhost/zope:latest
command: runzeo --configure etc/zeo.conf
volumes:
- ./docker/zeo/etc/:/home/zope/etc/
Expand Down

0 comments on commit 0dd274d

Please sign in to comment.