Use expose instead of ports for Coolify compatibility
This commit is contained in:
parent
985f89f49a
commit
452da00064
1 changed files with 3 additions and 3 deletions
|
|
@ -6,9 +6,9 @@ services:
|
|||
container_name: mirofish
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "5001:5001"
|
||||
expose:
|
||||
- "3000"
|
||||
- "5001"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./backend/uploads:/app/backend/uploads
|
||||
Loading…
Reference in a new issue