remove useless docker proxy

This commit is contained in:
Léo Haf 2025-04-25 17:33:20 +02:00 committed by GitHub
parent 72ef4f6d0e
commit 1f2b3d6cb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,4 @@ services:
user: 1000:1000 user: 1000:1000
restart: on-failure restart: on-failure
volumes: volumes:
- ${APP_DATA_DIR}/data/:/app/data/ - ${APP_DATA_DIR}/data/:/app/data/
ports:
- 5333:5333