Fix accidental double-binding of port 9000

This commit is contained in:
Joey Hafner 2024-02-28 01:03:06 -08:00
parent 0a01ed6737
commit 8beaa2f315

View File

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