Skip to content

Commit

Permalink
Mount menus in a volume with Compose
Browse files Browse the repository at this point in the history
Avoids downloading the menus every time
  • Loading branch information
samdbmg committed Jul 21, 2022
1 parent 19699b7 commit 36de3c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ services:
ipv4_address: ${CONTAINER_IP:-192.168.0.250}
cap_add:
- NET_ADMIN
volumes:
- /config
networks:
netbootxyz_network:
driver: ipvlan
Expand Down

0 comments on commit 36de3c3

Please sign in to comment.