Skip to content

Commit

Permalink
fix compose
Browse files Browse the repository at this point in the history
  • Loading branch information
zc2638 committed Jan 10, 2024
1 parent c6eb25f commit f3a2764
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ services:
restart: always
container_name: inker
hostname: inker
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
environment:
DOCKER_API_VERSION: 1.41
command:
- sh
- -c
Expand Down

0 comments on commit f3a2764

Please sign in to comment.