docker fixes

This commit is contained in:
subnub
2025-02-27 22:42:10 -05:00
parent be66d0096b
commit a0539c3624
-1
View File
@@ -6,7 +6,6 @@ services:
dockerfile: Dockerfile.production
container_name: mydrive_production
volumes:
- .:/usr/app-production
- ${FS_DIRECTORY:-/dev/null}:/data
ports:
- "${HTTP_PORT:-3000}:3000"