Skip to content

Commit

Permalink
Fix yaml indentation in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thehedhly committed Nov 6, 2024
1 parent 7fbb52a commit 88f7f78
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 @@ -28,8 +28,8 @@ services:
# - ANSIBLE_CONFIG=/opt/my-ansible-project/ansible.cfg # load your own custom ansible.cfg
tty: true
volumes:
- ssh:/home/${USER}/.ssh:ro
# - other:/opt/my-ansible-project:ro
- ssh:/home/${USER}/.ssh:ro
# - other:/opt/my-ansible-project:ro
volumes:
ssh:
driver: local
Expand Down

0 comments on commit 88f7f78

Please sign in to comment.