Fix accidental double-binding of port 9000
All checks were successful
Deploy to Fighter / Deploy (push) Successful in 11s
Deploy to Fighter / Notify (push) Successful in 1s

This commit is contained in:
Joey Hafner 2024-02-28 01:03:06 -08:00
parent f0e91ad15b
commit c550a32dd5

View File

@ -6,8 +6,6 @@ services:
env_file:
- path: ./nut.env
required: true
ports:
- "9000:9000"
volumes:
- "$DOCKER_DATA/titles:/nut/titles:rw"
- "$DOCKER_DATA/conf:/nut/conf:rw"