mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: wrong port publishing
This commit is contained in:
@@ -39,8 +39,8 @@ services:
|
|||||||
- dokploy-network
|
- dokploy-network
|
||||||
container_name: unsend-storage-prod
|
container_name: unsend-storage-prod
|
||||||
ports:
|
ports:
|
||||||
- 9002:9002
|
- 9002
|
||||||
- 9001:9001
|
- 9001
|
||||||
volumes:
|
volumes:
|
||||||
- storage:/data
|
- storage:/data
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user