Skip to content

Commit

Permalink
remove version from compose file, add socket variable per #45
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Sep 27, 2024
1 parent fdccdd4 commit 8a4cf20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
version: '3.9'

services:
cht-upgrade-service:
restart: always
image: public.ecr.aws/s5s3h4s7/cht-upgrade-service:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${DOCKER_HOST:-/var/run/docker.sock}:/var/run/docker.sock
- ${DOCKER_CONFIG_PATH}:/config
- ${CHT_COMPOSE_PATH}:/docker-compose
networks:
Expand Down

0 comments on commit 8a4cf20

Please sign in to comment.