Skip to content

Commit

Permalink
[ci skip] add bridge network to docker-compose to provide internet ac…
Browse files Browse the repository at this point in the history
…cess to Obsidian (mojank servers)
  • Loading branch information
Naamloos committed Dec 12, 2024
1 parent d399d36 commit 1f29947
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ services:
- "25565:25565"
volumes:
- obsidian-files:/files
networks:
- bridge

volumes:
obsidian-files:
obsidian-files:

networks:
bridge:
driver: bridge
external: false

0 comments on commit 1f29947

Please sign in to comment.